#F5CADE

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

Shades of Classic Rose #F5CADE

Tints of Classic Rose #F5CADE

Color information

#F5CADE (or 0xF5CADE) is unknown color: approx Classic Rose. HEX triplet: F5, CA and DE. RGB value is (245,202,222). Sum of RGB (Red+Green+Blue) = 245+202+222=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CADE is #0A3521. Grayscale: #D9D9D9. Windows color (decimal): -668962 or 14600949. OLE color: 14600949.

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

Color convert

RGB245202222-
CMYK00.180.090.04
HSL332.09º68.25%87.65%-
HSV(B)332.09º17.55%96.08%-
XYZ71.9666.9378.23-
YUV217.14130.75147.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=36.62%
G=30.19%
B=33.18%

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
Decimal24520222200.180.090.04332.0968.2587.65
HexF5CADE0129414c4458
Octal365312336022114514104130
Binary111101011100101011011110010010100110010100110010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CADE; }

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

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

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

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

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

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

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

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