Html Css Color HEX #FDD9CB Cinderella

📋 copy color: '#FDD9CB'

red 253 ◦ green 217 ◦ blue 203

#FDD9CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinderella #FDD9CB

Tints of Cinderella #FDD9CB

RGB

 RED value IS 253 (99.22% from 255) = 37.59%

 GREEN value IS 217 (85.16% from 255) = 32.24%

 BLUE value IS 203 (79.69% from 255) = 30.16%

R = 37.59%
G = 32.24%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDD9CB (or 0xFDD9CB) is known color: Cinderella. HEX triplet: FD, D9 and CB. RGB value is (253,217,203). Sum of RGB (Red+Green+Blue) = 253+217+203=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9CB is #022634. Grayscale: #E2E2E2. Windows color (decimal): -140853 or 13359613. OLE color: 13359613.

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

Color convert

RGB 253 217 203 -
CMYK 0 0.14 0.20 0.01
HSL 16.8º 0.93% 0.89% -
HSV(B) 16.8º 0.2% 0.99% -
XYZ 76.1 74.82 66.93 -
YUV 226.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 253 217 203 0 0.14 0.20 0.01 16.8 0.93 0.89
Hex FD D9 CB 0 E 14 1 11 5D 59
Octal 375 331 313 0 16 24 1 21 135 131
Binary 11111101 11011001 11001011 0 1110 10100 1 10001 1011101 1011001

Color Harmonies of #FDD9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9CB

Black with #FDD9CB

Text Example


Text Example

White with #FDD9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9CB; }

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

 H1.HeaderClassName
 {
   color: #FDD9CB;
 }
 .AnyTagClassName
 {
   color: #FDD9CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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