Html Css Color HEX #FDDBCB Cinderella

📋 copy color: '#FDDBCB'

red 253 ◦ green 219 ◦ blue 203

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

Shades of Cinderella #FDDBCB

Tints of Cinderella #FDDBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.44%

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

R = 37.48%
G = 32.44%
B = 30.07%

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

#FDDBCB (or 0xFDDBCB) is known color: Cinderella. HEX triplet: FD, DB and CB. RGB value is (253,219,203). Sum of RGB (Red+Green+Blue) = 253+219+203=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBCB is #022434. Grayscale: #E3E3E3. Windows color (decimal): -140341 or 13360125. OLE color: 13360125.

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

Color convert

RGB 253 219 203 -
CMYK 0 0.13 0.20 0.01
HSL 19.2º 0.93% 0.89% -
HSV(B) 19.2º 0.2% 0.99% -
XYZ 76.62 75.86 67.1 -
YUV 227.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 253 219 203 0 0.13 0.20 0.01 19.2 0.93 0.89
Hex FD DB CB 0 D 14 1 13 5D 59
Octal 375 333 313 0 15 24 1 23 135 131
Binary 11111101 11011011 11001011 0 1101 10100 1 10011 1011101 1011001

Color Harmonies of #FDDBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBCB

Black with #FDDBCB

Text Example


Text Example

White with #FDDBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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