#F0C8E4

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

Shades of Classic Rose #F0C8E4

Tints of Classic Rose #F0C8E4

Color information

#F0C8E4 (or 0xF0C8E4) is unknown color: approx Classic Rose. HEX triplet: F0, C8 and E4. RGB value is (240,200,228). Sum of RGB (Red+Green+Blue) = 240+200+228=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8E4 is #0F371B. Grayscale: #D7D7D7. Windows color (decimal): -997148 or 14993648. OLE color: 14993648.

HSL color Cylindrical-coordinate representation of color #F0C8E4: hue angle of 318º degrees, saturation: 0.57, 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 #F0C8E4 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240200228-
CMYK00.170.050.06
HSL318º57.14%86.27%-
HSV(B)318º16.67%94.12%-
XYZ70.5965.4482.31-
YUV215.15135.25145.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 200 (78.52% from 255) = 29.94%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=35.93%
G=29.94%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020022800.170.050.0631857.1486.27
HexF0C8E40115613e3956
Octal3603103440215647671126
Binary1111000011001000111001000100011011101001111101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C8E4; }

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

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

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

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

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

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

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

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