#FDD9CA

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

Shades of Cinderella #FDD9CA

Tints of Cinderella #FDD9CA

Color information

#FDD9CA (or 0xFDD9CA) is unknown color: approx Cinderella. HEX triplet: FD, D9 and CA. RGB value is (253,217,202). Sum of RGB (Red+Green+Blue) = 253+217+202=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9CA is #022635. Grayscale: #E2E2E2. Windows color (decimal): -140854 or 13294077. OLE color: 13294077.

HSL color Cylindrical-coordinate representation of color #FDD9CA: hue angle of 17.65º 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 #FDD9CA is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253217202-
CMYK00.140.200.01
HSL17.65º92.73%89.22%-
HSV(B)17.65º20.16%99.22%-
XYZ75.9874.7766.31-
YUV226.05114.43147.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 202 (79.30% from 255) = 30.06%
R=37.65%
G=32.29%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321720200.140.200.0117.6592.7389.22
HexFDD9CA0E141125d59
Octal37533131201624122135131
Binary111111011101100111001010011101010011001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9CA; }

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

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

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

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

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

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

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

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