#FDD8CD

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

Shades of Cinderella #FDD8CD

Tints of Cinderella #FDD8CD

Color information

#FDD8CD (or 0xFDD8CD) is unknown color: approx Cinderella. HEX triplet: FD, D8 and CD. RGB value is (253,216,205). Sum of RGB (Red+Green+Blue) = 253+216+205=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8CD is #022732. Grayscale: #E1E1E1. Windows color (decimal): -141107 or 13490429. OLE color: 13490429.

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

Color convert

RGB253216205-
CMYK00.150.190.01
HSL13.75º92.31%89.8%-
HSV(B)13.75º18.97%99.22%-
XYZ76.0874.468.11-
YUV225.81116.26147.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 205 (80.47% from 255) = 30.42%
R=37.54%
G=32.05%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321620500.150.190.0113.7592.3189.8
HexFDD8CD0F131e5c5a
Octal37533031501723116134132
Binary11111101110110001100110101111100111111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD8CD; }

 p { color: rgb(253,216,205); }

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

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

 a { background-color: rgb(253,216,205); }

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

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

 span { border-color: rgb(253,216,205); }

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