#F3CEDC

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

Shades of Classic Rose #F3CEDC

Tints of Classic Rose #F3CEDC

Color information

#F3CEDC (or 0xF3CEDC) is unknown color: approx Classic Rose. HEX triplet: F3, CE and DC. RGB value is (243,206,220). Sum of RGB (Red+Green+Blue) = 243+206+220=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEDC is #0C3123. Grayscale: #DADADA. Windows color (decimal): -799012 or 14470899. OLE color: 14470899.

HSL color Cylindrical-coordinate representation of color #F3CEDC: hue angle of 337.3º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CEDC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243206220-
CMYK00.150.090.05
HSL337.3º60.66%88.04%-
HSV(B)337.3º15.23%95.29%-
XYZ71.9568.3677.11-
YUV218.66128.76145.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.32%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=36.32%
G=30.79%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320622000.150.090.05337.360.6688.04
HexF3CEDC0F951513d58
Octal36331633401711552175130
Binary1111001111001110110111000111110011011010100011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEDC; }

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

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

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

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

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

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

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

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