#FFD9CA

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

Shades of Cinderella #FFD9CA

Tints of Cinderella #FFD9CA

Color information

#FFD9CA (or 0xFFD9CA) is unknown color: approx Cinderella. HEX triplet: FF, D9 and CA. RGB value is (255,217,202). Sum of RGB (Red+Green+Blue) = 255+217+202=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CA is #002635. Grayscale: #E2E2E2. Windows color (decimal): -9782 or 13294079. OLE color: 13294079.

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

Color convert

RGB255217202-
CMYK00.150.210
HSL16.98º100%89.61%-
HSV(B)16.98º20.78%100%-
XYZ76.7175.1566.34-
YUV226.65114.09148.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 202 (79.30% from 255) = 29.97%
R=37.83%
G=32.20%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521720200.150.21016.9810089.61
HexFFD9CA0F15011645a
Octal37733131201725021144132
Binary111111111101100111001010011111010101000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9CA; }

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

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

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

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

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

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

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

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