#FDD4CA

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

Shades of Cinderella #FDD4CA

Tints of Cinderella #FDD4CA

Color information

#FDD4CA (or 0xFDD4CA) is unknown color: approx Cinderella. HEX triplet: FD, D4 and CA. RGB value is (253,212,202). Sum of RGB (Red+Green+Blue) = 253+212+202=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4CA is #022B35. Grayscale: #DFDFDF. Windows color (decimal): -142134 or 13292797. OLE color: 13292797.

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

Color convert

RGB253212202-
CMYK00.160.200.01
HSL11.76º92.73%89.22%-
HSV(B)11.76º20.16%99.22%-
XYZ74.7172.2365.88-
YUV223.12116.08149.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=37.93%
G=31.78%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321220200.160.200.0111.7692.7389.22
HexFDD4CA010141c5d59
Octal37532431202024114135131
Binary111111011101010011001010010000101001110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD4CA; }

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

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

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

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

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

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

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

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