#FDD6CA

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

Shades of Cinderella #FDD6CA

Tints of Cinderella #FDD6CA

Color information

#FDD6CA (or 0xFDD6CA) is unknown color: approx Cinderella. HEX triplet: FD, D6 and CA. RGB value is (253,214,202). Sum of RGB (Red+Green+Blue) = 253+214+202=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6CA is #022935. Grayscale: #E0E0E0. Windows color (decimal): -141622 or 13293309. OLE color: 13293309.

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

Color convert

RGB253214202-
CMYK00.150.200.01
HSL14.12º92.73%89.22%-
HSV(B)14.12º20.16%99.22%-
XYZ75.2273.2466.05-
YUV224.29115.42148.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=37.82%
G=31.99%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321420200.150.200.0114.1292.7389.22
HexFDD6CA0F141e5d59
Octal37532631201724116135131
Binary11111101110101101100101001111101001111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6CA; }

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

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

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

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

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

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

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

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