#F5CEDC

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

Shades of Classic Rose #F5CEDC

Tints of Classic Rose #F5CEDC

Color information

#F5CEDC (or 0xF5CEDC) is unknown color: approx Classic Rose. HEX triplet: F5, CE and DC. RGB value is (245,206,220). Sum of RGB (Red+Green+Blue) = 245+206+220=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEDC is #0A3123. Grayscale: #DBDBDB. Windows color (decimal): -667940 or 14470901. OLE color: 14470901.

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

Color convert

RGB245206220-
CMYK00.160.100.04
HSL338.46º66.1%88.43%-
HSV(B)338.46º15.92%96.08%-
XYZ72.6568.7277.15-
YUV219.26128.42146.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=36.51%
G=30.70%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520622000.160.100.04338.4666.188.43
HexF5CEDC010A41524258
Octal365316334020124522102130
Binary111101011100111011011100010000101010010101001010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEDC; }

 p { color: rgb(245,206,220); }

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

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

 a { background-color: rgb(245,206,220); }

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

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

 span { border-color: rgb(245,206,220); }

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