#F5CCE0

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

Shades of Classic Rose #F5CCE0

Tints of Classic Rose #F5CCE0

Color information

#F5CCE0 (or 0xF5CCE0) is unknown color: approx Classic Rose. HEX triplet: F5, CC and E0. RGB value is (245,204,224). Sum of RGB (Red+Green+Blue) = 245+204+224=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCE0 is #0A331F. Grayscale: #DADADA. Windows color (decimal): -668448 or 14732533. OLE color: 14732533.

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

Color convert

RGB245204224-
CMYK00.170.090.04
HSL330.73º67.21%88.04%-
HSV(B)330.73º16.73%96.08%-
XYZ72.767.9879.81-
YUV218.54131.08146.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.40%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 224 (87.89% from 255) = 33.28%
R=36.40%
G=30.31%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520422400.170.090.04330.7367.2188.04
HexF5CCE00119414b4358
Octal365314340021114513103130
Binary111101011100110011100000010001100110010100101110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCE0; }

 p { color: rgb(245,204,224); }

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

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

 a { background-color: rgb(245,204,224); }

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

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

 span { border-color: rgb(245,204,224); }

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