#FDD8CB

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

Shades of Cinderella #FDD8CB

Tints of Cinderella #FDD8CB

Color information

#FDD8CB (or 0xFDD8CB) is unknown color: approx Cinderella. HEX triplet: FD, D8 and CB. RGB value is (253,216,203). Sum of RGB (Red+Green+Blue) = 253+216+203=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8CB is #022734. Grayscale: #E1E1E1. Windows color (decimal): -141109 or 13359357. OLE color: 13359357.

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

Color convert

RGB253216203-
CMYK00.150.200.01
HSL15.6º92.59%89.41%-
HSV(B)15.6º19.76%99.22%-
XYZ75.8474.3166.85-
YUV225.58115.26147.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 216 (84.77% from 255) = 32.14%
BLUE value IS 203 (79.69% from 255) = 30.21%
R=37.65%
G=32.14%
B=30.21%

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
Decimal25321620300.150.200.0115.692.5989.41
HexFDD8CB0F141105d59
Octal37533031301724120135131
Binary111111011101100011001011011111010011000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD8CB; }

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

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

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

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

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

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

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

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