#F5CCE1

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

Shades of Classic Rose #F5CCE1

Tints of Classic Rose #F5CCE1

Color information

#F5CCE1 (or 0xF5CCE1) is unknown color: approx Classic Rose. HEX triplet: F5, CC and E1. RGB value is (245,204,225). Sum of RGB (Red+Green+Blue) = 245+204+225=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCE1 is #0A331E. Grayscale: #DADADA. Windows color (decimal): -668447 or 14798069. OLE color: 14798069.

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

Color convert

RGB245204225-
CMYK00.170.080.04
HSL329.27º67.21%88.04%-
HSV(B)329.27º16.73%96.08%-
XYZ72.8468.0380.53-
YUV218.65131.58146.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.35%
GREEN value IS 204 (80.08% from 255) = 30.27%
BLUE value IS 225 (88.28% from 255) = 33.38%
R=36.35%
G=30.27%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520422500.170.080.04329.2767.2188.04
HexF5CCE1011841494358
Octal365314341021104511103130
Binary111101011100110011100001010001100010010100100110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCE1; }

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

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

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

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

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

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

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

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