#F5CEDD

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

Shades of Classic Rose #F5CEDD

Tints of Classic Rose #F5CEDD

Color information

#F5CEDD (or 0xF5CEDD) is unknown color: approx Classic Rose. HEX triplet: F5, CE and DD. RGB value is (245,206,221). Sum of RGB (Red+Green+Blue) = 245+206+221=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEDD is #0A3122. Grayscale: #DBDBDB. Windows color (decimal): -667939 or 14536437. OLE color: 14536437.

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

Color convert

RGB245206221-
CMYK00.160.100.04
HSL336.92º66.1%88.43%-
HSV(B)336.92º15.92%96.08%-
XYZ72.7868.7877.85-
YUV219.37128.92146.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.46%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=36.46%
G=30.65%
B=32.89%

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
Decimal24520622100.160.100.04336.9266.188.43
HexF5CEDD010A41514258
Octal365316335020124521102130
Binary111101011100111011011101010000101010010101000110000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEDD; }

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

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

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

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

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

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

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

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