#F3D5CB

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

Shades of Cinderella #F3D5CB

Tints of Cinderella #F3D5CB

Color information

#F3D5CB (or 0xF3D5CB) is unknown color: approx Cinderella. HEX triplet: F3, D5 and CB. RGB value is (243,213,203). Sum of RGB (Red+Green+Blue) = 243+213+203=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5CB is #0C2A34. Grayscale: #DCDCDC. Windows color (decimal): -797237 or 13358579. OLE color: 13358579.

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

Color convert

RGB243213203-
CMYK00.120.160.05
HSL15º62.5%87.45%-
HSV(B)15º16.46%95.29%-
XYZ71.5470.9566.43-
YUV220.83117.94143.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.87%
GREEN value IS 213 (83.59% from 255) = 32.32%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=36.87%
G=32.32%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321320300.120.160.051562.587.45
HexF3D5CB0C105f3e57
Octal3633253130142051776127
Binary111100111101010111001011011001000010111111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D5CB; }

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

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

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

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

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

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

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

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