#F5CADF

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

Shades of Classic Rose #F5CADF

Tints of Classic Rose #F5CADF

Color information

#F5CADF (or 0xF5CADF) is unknown color: approx Classic Rose. HEX triplet: F5, CA and DF. RGB value is (245,202,223). Sum of RGB (Red+Green+Blue) = 245+202+223=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CADF is #0A3520. Grayscale: #D9D9D9. Windows color (decimal): -668961 or 14666485. OLE color: 14666485.

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

Color convert

RGB245202223-
CMYK00.180.090.04
HSL330.7º68.25%87.65%-
HSV(B)330.7º17.55%96.08%-
XYZ72.166.9878.94-
YUV217.25131.25147.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.57%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=36.57%
G=30.15%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520222300.180.090.04330.768.2587.65
HexF5CADF0129414b4458
Octal365312337022114513104130
Binary111101011100101011011111010010100110010100101110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CADF; }

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

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

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

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

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

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

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

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