#F0C6E4

Color #F0C6E4 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F0C6E4

Tints of Classic Rose #F0C6E4

Color information

#F0C6E4 (or 0xF0C6E4) is unknown color: approx Classic Rose. HEX triplet: F0, C6 and E4. RGB value is (240,198,228). Sum of RGB (Red+Green+Blue) = 240+198+228=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6E4 is #0F391B. Grayscale: #D5D5D5. Windows color (decimal): -997660 or 14993136. OLE color: 14993136.

HSL color Cylindrical-coordinate representation of color #F0C6E4: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C6E4 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240198228-
CMYK00.180.050.06
HSL317.14º58.33%85.88%-
HSV(B)317.14º17.5%94.12%-
XYZ70.1364.5182.16-
YUV213.98135.91146.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 198 (77.73% from 255) = 29.73%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=36.04%
G=29.73%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019822800.180.050.06317.1458.3385.88
HexF0C6E40125613d3a56
Octal3603063440225647572126
Binary1111000011000110111001000100101011101001111011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6E4; }

 p { color: rgb(240,198,228); }

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

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

 a { background-color: rgb(240,198,228); }

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

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

 span { border-color: rgb(240,198,228); }

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