#F898C6

Color #F898C6 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F898C6

Tints of Carnation Pink #F898C6

Color information

#F898C6 (or 0xF898C6) is unknown color: approx Carnation Pink. HEX triplet: F8, 98 and C6. RGB value is (248,152,198). Sum of RGB (Red+Green+Blue) = 248+152+198=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F898C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898C6 is #076739. Grayscale: #B9B9B9. Windows color (decimal): -485178 or 13015288. OLE color: 13015288.

HSL color Cylindrical-coordinate representation of color #F898C6: hue angle of 331.25º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898C6 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248152198-
CMYK00.390.200.03
HSL331.25º87.27%78.43%-
HSV(B)331.25º38.71%97.25%-
XYZ60.1346.4959.23-
YUV185.95134.8172.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 41.47%
GREEN value IS 152 (59.77% from 255) = 25.42%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=41.47%
G=25.42%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815219800.390.200.03331.2587.2778.43
HexF898C602714314b574e
Octal370230306047243513127116
Binary1111100010011000110001100100111101001110100101110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F898C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F898C6; }

 p { color: rgb(248,152,198); }

 H1.HeaderClassName
 {
   color: #F898C6;
 }
 .AnyTagClassName
 {
   color: #F898C6;
 }
</style>
background-color css

<style>
 a { background-color: #F898C6; }

 a { background-color: rgb(248,152,198); }

 div.DivClassName
 {
   background-color: #F898C6;
 }
 .BgClassName
 {
   background-color: #F898C6;
 }
</style>
border-color css

<style>
 span { border-color: #F898C6; }

 span { border-color: rgb(248,152,198); }

 td.TdClassName
 {
   border-color: #F898C6;
 }
 .TagClassName
 {
   border-color: #F898C6;
 }
</style>