#F3D6CC

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

Shades of Cinderella #F3D6CC

Tints of Cinderella #F3D6CC

Color information

#F3D6CC (or 0xF3D6CC) is unknown color: approx Cinderella. HEX triplet: F3, D6 and CC. RGB value is (243,214,204). Sum of RGB (Red+Green+Blue) = 243+214+204=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6CC is #0C2933. Grayscale: #DDDDDD. Windows color (decimal): -796980 or 13424371. OLE color: 13424371.

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

Color convert

RGB243214204-
CMYK00.120.160.05
HSL15.38º61.9%87.65%-
HSV(B)15.38º16.05%95.29%-
XYZ71.9171.5167.14-
YUV221.53118.11143.31-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.76%
GREEN value IS 214 (83.98% from 255) = 32.38%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=36.76%
G=32.38%
B=30.86%

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
Decimal24321420400.120.160.0515.3861.987.65
HexF3D6CC0C105f3e58
Octal3633263140142051776130
Binary111100111101011011001100011001000010111111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6CC; }

 p { color: rgb(243,214,204); }

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

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

 a { background-color: rgb(243,214,204); }

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

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

 span { border-color: rgb(243,214,204); }

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