Html Css Color HEX #FDD7C9 Cinderella

📋 copy color: '#FDD7C9'

red 253 ◦ green 215 ◦ blue 201

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

Shades of Cinderella #FDD7C9

Tints of Cinderella #FDD7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.14%

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

R = 37.82%
G = 32.14%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDD7C9 (or 0xFDD7C9) is known color: Cinderella. HEX triplet: FD, D7 and C9. RGB value is (253,215,201). Sum of RGB (Red+Green+Blue) = 253+215+201=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7C9 is #022836. Grayscale: #E0E0E0. Windows color (decimal): -141367 or 13228029. OLE color: 13228029.

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

Color convert

RGB 253 215 201 -
CMYK 0 0.15 0.21 0.01
HSL 16.15º 0.93% 0.89% -
HSV(B) 16.15º 0.21% 0.99% -
XYZ 75.35 73.7 65.51 -
YUV 224.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 253 215 201 0 0.15 0.21 0.01 16.15 0.93 0.89
Hex FD D7 C9 0 F 15 1 10 5D 59
Octal 375 327 311 0 17 25 1 20 135 131
Binary 11111101 11010111 11001001 0 1111 10101 1 10000 1011101 1011001

Color Harmonies of #FDD7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7C9

Black with #FDD7C9

Text Example


Text Example

White with #FDD7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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