#F3D7CB

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

Shades of Cinderella #F3D7CB

Tints of Cinderella #F3D7CB

Color information

#F3D7CB (or 0xF3D7CB) is unknown color: approx Cinderella. HEX triplet: F3, D7 and CB. RGB value is (243,215,203). Sum of RGB (Red+Green+Blue) = 243+215+203=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D7CB is #0C2834. Grayscale: #DEDEDE. Windows color (decimal): -796725 or 13359091. OLE color: 13359091.

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

Color convert

RGB243215203-
CMYK00.120.160.05
HSL18º62.5%87.45%-
HSV(B)18º16.46%95.29%-
XYZ72.0471.9766.59-
YUV222117.28142.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.76%
GREEN value IS 215 (84.38% from 255) = 32.53%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=36.76%
G=32.53%
B=30.71%

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
Decimal24321520300.120.160.051862.587.45
HexF3D7CB0C105123e57
Octal3633273130142052276127
Binary1111001111010111110010110110010000101100101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D7CB; }

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

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

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

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

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

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

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

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