#F5CAD9

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

Shades of Classic Rose #F5CAD9

Tints of Classic Rose #F5CAD9

Color information

#F5CAD9 (or 0xF5CAD9) is unknown color: approx Classic Rose. HEX triplet: F5, CA and D9. RGB value is (245,202,217). Sum of RGB (Red+Green+Blue) = 245+202+217=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CAD9 is #0A3526. Grayscale: #D8D8D8. Windows color (decimal): -668967 or 14273269. OLE color: 14273269.

HSL color Cylindrical-coordinate representation of color #F5CAD9: hue angle of 339.07º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CAD9 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245202217-
CMYK00.180.110.04
HSL339.07º68.25%87.65%-
HSV(B)339.07º17.55%96.08%-
XYZ71.366.6674.75-
YUV216.57128.25148.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.90%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 217 (85.16% from 255) = 32.68%
R=36.90%
G=30.42%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520221700.180.110.04339.0768.2587.65
HexF5CAD9012B41534458
Octal365312331022134523104130
Binary111101011100101011011001010010101110010101001110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CAD9; }

 p { color: rgb(245,202,217); }

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

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

 a { background-color: rgb(245,202,217); }

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

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

 span { border-color: rgb(245,202,217); }

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