#F3D7CF

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

Shades of Cinderella #F3D7CF

Tints of Cinderella #F3D7CF

Color information

#F3D7CF (or 0xF3D7CF) is unknown color: approx Cinderella. HEX triplet: F3, D7 and CF. RGB value is (243,215,207). Sum of RGB (Red+Green+Blue) = 243+215+207=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D7CF is #0C2830. Grayscale: #DEDEDE. Windows color (decimal): -796721 or 13621235. OLE color: 13621235.

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

Color convert

RGB243215207-
CMYK00.120.150.05
HSL13.33º60%88.24%-
HSV(B)13.33º14.81%95.29%-
XYZ72.5372.1669.14-
YUV222.46119.28142.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.54%
GREEN value IS 215 (84.38% from 255) = 32.33%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=36.54%
G=32.33%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321520700.120.150.0513.336088.24
HexF3D7CF0CF5d3c58
Octal3633273170141751574130
Binary11110011110101111100111101100111110111011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D7CF; }

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

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

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

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

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

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

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

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