#F3D5C9

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

Shades of Cinderella #F3D5C9

Tints of Cinderella #F3D5C9

Color information

#F3D5C9 (or 0xF3D5C9) is unknown color: approx Cinderella. HEX triplet: F3, D5 and C9. RGB value is (243,213,201). Sum of RGB (Red+Green+Blue) = 243+213+201=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5C9 is #0C2A36. Grayscale: #DCDCDC. Windows color (decimal): -797239 or 13227507. OLE color: 13227507.

HSL color Cylindrical-coordinate representation of color #F3D5C9: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3D5C9 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243213201-
CMYK00.120.170.05
HSL17.14º63.64%87.06%-
HSV(B)17.14º17.28%95.29%-
XYZ71.370.8665.18-
YUV220.6116.94143.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 213 (83.59% from 255) = 32.42%
BLUE value IS 201 (78.91% from 255) = 30.59%
R=36.99%
G=32.42%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321320100.120.170.0517.1463.6487.06
HexF3D5C90C115114057
Octal36332531101421521100127
Binary11110011110101011100100101100100011011000110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D5C9; }

 p { color: rgb(243,213,201); }

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

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

 a { background-color: rgb(243,213,201); }

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

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

 span { border-color: rgb(243,213,201); }

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