Html Css Color HEX #FDDACC Cinderella

📋 copy color: '#FDDACC'

red 253 ◦ green 218 ◦ blue 204

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

Shades of Cinderella #FDDACC

Tints of Cinderella #FDDACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.22%

R = 37.48%
G = 32.3%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDDACC (or 0xFDDACC) is known color: Cinderella. HEX triplet: FD, DA and CC. RGB value is (253,218,204). Sum of RGB (Red+Green+Blue) = 253+218+204=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDACC is #022533. Grayscale: #E2E2E2. Windows color (decimal): -140596 or 13425405. OLE color: 13425405.

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

Color convert

RGB 253 218 204 -
CMYK 0 0.14 0.19 0.01
HSL 17.14º 0.92% 0.9% -
HSV(B) 17.14º 0.19% 0.99% -
XYZ 76.48 75.39 67.65 -
YUV 226.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 253 218 204 0 0.14 0.19 0.01 17.14 0.92 0.9
Hex FD DA CC 0 E 13 1 11 5C 5A
Octal 375 332 314 0 16 23 1 21 134 132
Binary 11111101 11011010 11001100 0 1110 10011 1 10001 1011100 1011010

Color Harmonies of #FDDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDACC

Black with #FDDACC

Text Example


Text Example

White with #FDDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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