#F0CADA

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

Shades of Classic Rose #F0CADA

Tints of Classic Rose #F0CADA

Color information

#F0CADA (or 0xF0CADA) is unknown color: approx Classic Rose. HEX triplet: F0, CA and DA. RGB value is (240,202,218). Sum of RGB (Red+Green+Blue) = 240+202+218=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CADA is #0F3525. Grayscale: #D7D7D7. Windows color (decimal): -996646 or 14338800. OLE color: 14338800.

HSL color Cylindrical-coordinate representation of color #F0CADA: hue angle of 334.74º 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 #F0CADA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240202218-
CMYK00.160.090.06
HSL334.74º55.88%86.67%-
HSV(B)334.74º15.83%94.12%-
XYZ69.7165.8375.36-
YUV215.19129.59145.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=36.36%
G=30.61%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020221800.160.090.06334.7455.8886.67
HexF0CADA0109614f3857
Octal36031233202011651770127
Binary11110000110010101101101001000010011101010011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CADA; }

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

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

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

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

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

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

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

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