Html Css Color HEX #FDDACB Cinderella

📋 copy color: '#FDDACB'

red 253 ◦ green 218 ◦ blue 203

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

Shades of Cinderella #FDDACB

Tints of Cinderella #FDDACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.34%

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

R = 37.54%
G = 32.34%
B = 30.12%

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

#FDDACB (or 0xFDDACB) is known color: Cinderella. HEX triplet: FD, DA and CB. RGB value is (253,218,203). Sum of RGB (Red+Green+Blue) = 253+218+203=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDACB is #022534. Grayscale: #E2E2E2. Windows color (decimal): -140597 or 13359869. OLE color: 13359869.

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

Color convert

RGB 253 218 203 -
CMYK 0 0.14 0.20 0.01
HSL 18º 0.93% 0.89% -
HSV(B) 18º 0.2% 0.99% -
XYZ 76.36 75.34 67.02 -
YUV 226.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 253 218 203 0 0.14 0.20 0.01 18 0.93 0.89
Hex FD DA CB 0 E 14 1 12 5D 59
Octal 375 332 313 0 16 24 1 22 135 131
Binary 11111101 11011010 11001011 0 1110 10100 1 10010 1011101 1011001

Color Harmonies of #FDDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDACB

Black with #FDDACB

Text Example


Text Example

White with #FDDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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