#FDD6C9

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

Shades of Cinderella #FDD6C9

Tints of Cinderella #FDD6C9

Color information

#FDD6C9 (or 0xFDD6C9) is unknown color: approx Cinderella. HEX triplet: FD, D6 and C9. RGB value is (253,214,201). Sum of RGB (Red+Green+Blue) = 253+214+201=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6C9 is #022936. Grayscale: #E0E0E0. Windows color (decimal): -141623 or 13227773. OLE color: 13227773.

HSL color Cylindrical-coordinate representation of color #FDD6C9: hue angle of 15º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDD6C9 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253214201-
CMYK00.150.210.01
HSL15º92.86%89.02%-
HSV(B)15º20.55%99.22%-
XYZ75.173.1965.43-
YUV224.18114.92148.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 214 (83.98% from 255) = 32.04%
BLUE value IS 201 (78.91% from 255) = 30.09%
R=37.87%
G=32.04%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321420100.150.210.011592.8689.02
HexFDD6C90F151f5d59
Octal37532631101725117135131
Binary11111101110101101100100101111101011111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6C9; }

 p { color: rgb(253,214,201); }

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

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

 a { background-color: rgb(253,214,201); }

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

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

 span { border-color: rgb(253,214,201); }

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