#F0CADC

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

Shades of Classic Rose #F0CADC

Tints of Classic Rose #F0CADC

Color information

#F0CADC (or 0xF0CADC) is unknown color: approx Classic Rose. HEX triplet: F0, CA and DC. RGB value is (240,202,220). Sum of RGB (Red+Green+Blue) = 240+202+220=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CADC is #0F3523. Grayscale: #D7D7D7. Windows color (decimal): -996644 or 14469872. OLE color: 14469872.

HSL color Cylindrical-coordinate representation of color #F0CADC: hue angle of 331.58º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CADC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240202220-
CMYK00.160.080.06
HSL331.58º55.88%86.67%-
HSV(B)331.58º15.83%94.12%-
XYZ69.9765.9376.75-
YUV215.41130.59145.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=36.25%
G=30.51%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020222000.160.080.06331.5855.8886.67
HexF0CADC0108614c3857
Octal36031233402010651470127
Binary11110000110010101101110001000010001101010011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CADC; }

 p { color: rgb(240,202,220); }

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

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

 a { background-color: rgb(240,202,220); }

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

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

 span { border-color: rgb(240,202,220); }

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