#F5CADD

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

Shades of Classic Rose #F5CADD

Tints of Classic Rose #F5CADD

Color information

#F5CADD (or 0xF5CADD) is unknown color: approx Classic Rose. HEX triplet: F5, CA and DD. RGB value is (245,202,221). Sum of RGB (Red+Green+Blue) = 245+202+221=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CADD is #0A3522. Grayscale: #D8D8D8. Windows color (decimal): -668963 or 14535413. OLE color: 14535413.

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

Color convert

RGB245202221-
CMYK00.180.100.04
HSL333.49º68.25%87.65%-
HSV(B)333.49º17.55%96.08%-
XYZ71.8366.8777.53-
YUV217.02130.25147.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.68%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=36.68%
G=30.24%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520222100.180.100.04333.4968.2587.65
HexF5CADD012A414d4458
Octal365312335022124515104130
Binary111101011100101011011101010010101010010100110110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CADD; }

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

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

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

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

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

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

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

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