Html Css Color HEX #FDDCCB Cinderella

📋 copy color: '#FDDCCB'

red 253 ◦ green 220 ◦ blue 203

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

Shades of Cinderella #FDDCCB

Tints of Cinderella #FDDCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.54%

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

R = 37.43%
G = 32.54%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDDCCB (or 0xFDDCCB) is known color: Cinderella. HEX triplet: FD, DC and CB. RGB value is (253,220,203). Sum of RGB (Red+Green+Blue) = 253+220+203=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCCB is #022334. Grayscale: #E4E4E4. Windows color (decimal): -140085 or 13360381. OLE color: 13360381.

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

Color convert

RGB 253 220 203 -
CMYK 0 0.13 0.20 0.01
HSL 20.4º 0.93% 0.89% -
HSV(B) 20.4º 0.2% 0.99% -
XYZ 76.88 76.38 67.19 -
YUV 227.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 253 220 203 0 0.13 0.20 0.01 20.4 0.93 0.89
Hex FD DC CB 0 D 14 1 14 5D 59
Octal 375 334 313 0 15 24 1 24 135 131
Binary 11111101 11011100 11001011 0 1101 10100 1 10100 1011101 1011001

Color Harmonies of #FDDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCCB

Black with #FDDCCB

Text Example


Text Example

White with #FDDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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