#F3CEDB

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

Shades of Classic Rose #F3CEDB

Tints of Classic Rose #F3CEDB

Color information

#F3CEDB (or 0xF3CEDB) is unknown color: approx Classic Rose. HEX triplet: F3, CE and DB. RGB value is (243,206,219). Sum of RGB (Red+Green+Blue) = 243+206+219=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEDB is #0C3124. Grayscale: #DADADA. Windows color (decimal): -799013 or 14405363. OLE color: 14405363.

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

Color convert

RGB243206219-
CMYK00.150.100.05
HSL338.92º60.66%88.04%-
HSV(B)338.92º15.23%95.29%-
XYZ71.8268.3176.42-
YUV218.54128.26145.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.38%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=36.38%
G=30.84%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320621900.150.100.05338.9260.6688.04
HexF3CEDB0FA51533d58
Octal36331633301712552375130
Binary1111001111001110110110110111110101011010100111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEDB; }

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

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

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

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

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

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

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

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