Html Css Color HEX #FDDCCA Cinderella

📋 copy color: '#FDDCCA'

red 253 ◦ green 220 ◦ blue 202

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

Shades of Cinderella #FDDCCA

Tints of Cinderella #FDDCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.93%

R = 37.48%
G = 32.59%
B = 29.93%

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

#FDDCCA (or 0xFDDCCA) is known color: Cinderella. HEX triplet: FD, DC and CA. RGB value is (253,220,202). Sum of RGB (Red+Green+Blue) = 253+220+202=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCCA is #022335. Grayscale: #E3E3E3. Windows color (decimal): -140086 or 13294845. OLE color: 13294845.

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

Color convert

RGB 253 220 202 -
CMYK 0 0.13 0.20 0.01
HSL 21.18º 0.93% 0.89% -
HSV(B) 21.18º 0.2% 0.99% -
XYZ 76.76 76.33 66.57 -
YUV 227.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 253 220 202 0 0.13 0.20 0.01 21.18 0.93 0.89
Hex FD DC CA 0 D 14 1 15 5D 59
Octal 375 334 312 0 15 24 1 25 135 131
Binary 11111101 11011100 11001010 0 1101 10100 1 10101 1011101 1011001

Color Harmonies of #FDDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCCA

Black with #FDDCCA

Text Example


Text Example

White with #FDDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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