#F3CEE5

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

Shades of Classic Rose #F3CEE5

Tints of Classic Rose #F3CEE5

Color information

#F3CEE5 (or 0xF3CEE5) is unknown color: approx Classic Rose. HEX triplet: F3, CE and E5. RGB value is (243,206,229). Sum of RGB (Red+Green+Blue) = 243+206+229=678 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.84% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEE5 is #0C311A. Grayscale: #DBDBDB. Windows color (decimal): -799003 or 15060723. OLE color: 15060723.

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

Color convert

RGB243206229-
CMYK00.150.060.05
HSL322.7º60.66%88.04%-
HSV(B)322.7º15.23%95.29%-
XYZ73.1868.8583.56-
YUV219.68133.26144.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.84%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 229 (89.84% from 255) = 33.78%
R=35.84%
G=30.38%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320622900.150.060.05322.760.6688.04
HexF3CEE50F651433d58
Octal3633163450176550375130
Binary111100111100111011100101011111101011010000111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEE5; }

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

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

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

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

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

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

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

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