Html Css Color HEX #FED9CD Cinderella

📋 copy color: '#FED9CD'

red 254 ◦ green 217 ◦ blue 205

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

Shades of Cinderella #FED9CD

Tints of Cinderella #FED9CD

RGB

 RED value IS 254 (99.61% from 255) = 37.57%

 GREEN value IS 217 (85.16% from 255) = 32.1%

 BLUE value IS 205 (80.47% from 255) = 30.33%

R = 37.57%
G = 32.1%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FED9CD (or 0xFED9CD) is known color: Cinderella. HEX triplet: FE, D9 and CD. RGB value is (254,217,205). Sum of RGB (Red+Green+Blue) = 254+217+205=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9CD is #012632. Grayscale: #E2E2E2. Windows color (decimal): -75315 or 13490686. OLE color: 13490686.

HSL color Cylindrical-coordinate representation of color #FED9CD: hue angle of 14.69º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FED9CD is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 217 205 -
CMYK 0 0.15 0.19 0.00
HSL 14.69º 0.96% 0.9% -
HSV(B) 14.69º 0.19% 1% -
XYZ 76.71 75.1 68.21 -
YUV 226.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 254 217 205 0 0.15 0.19 0.00 14.69 0.96 0.9
Hex FE D9 CD 0 F 13 0 F 60 5A
Octal 376 331 315 0 17 23 0 17 140 132
Binary 11111110 11011001 11001101 0 1111 10011 0 1111 1100000 1011010

Color Harmonies of #FED9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED9CD

Black with #FED9CD

Text Example


Text Example

White with #FED9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED9CD; }

 p { color: rgb(254,217,205); }

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

background-color css

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

 a { background-color: rgb(254,217,205); }

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

border-color css

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

 span { border-color: rgb(254,217,205); }

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