Html Css Color HEX #FDDAC9 Cinderella

📋 copy color: '#FDDAC9'

red 253 ◦ green 218 ◦ blue 201

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

Shades of Cinderella #FDDAC9

Tints of Cinderella #FDDAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.91%

R = 37.65%
G = 32.44%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDDAC9 (or 0xFDDAC9) is known color: Cinderella. HEX triplet: FD, DA and C9. RGB value is (253,218,201). Sum of RGB (Red+Green+Blue) = 253+218+201=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAC9 is #022536. Grayscale: #E2E2E2. Windows color (decimal): -140599 or 13228797. OLE color: 13228797.

HSL color Cylindrical-coordinate representation of color #FDDAC9: hue angle of 19.62º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDDAC9 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 201 -
CMYK 0 0.14 0.21 0.01
HSL 19.62º 0.93% 0.89% -
HSV(B) 19.62º 0.21% 0.99% -
XYZ 76.12 75.24 65.77 -
YUV 226.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 253 218 201 0 0.14 0.21 0.01 19.62 0.93 0.89
Hex FD DA C9 0 E 15 1 14 5D 59
Octal 375 332 311 0 16 25 1 24 135 131
Binary 11111101 11011010 11001001 0 1110 10101 1 10100 1011101 1011001

Color Harmonies of #FDDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAC9

Black with #FDDAC9

Text Example


Text Example

White with #FDDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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