Html Css Color HEX #FED9CB Cinderella

📋 copy color: '#FED9CB'

red 254 ◦ green 217 ◦ blue 203

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

Shades of Cinderella #FED9CB

Tints of Cinderella #FED9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.12%

R = 37.69%
G = 32.2%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED9CB (or 0xFED9CB) is known color: Cinderella. HEX triplet: FE, D9 and CB. RGB value is (254,217,203). Sum of RGB (Red+Green+Blue) = 254+217+203=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9CB is #012634. Grayscale: #E2E2E2. Windows color (decimal): -75317 or 13359614. OLE color: 13359614.

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

Color convert

RGB 254 217 203 -
CMYK 0 0.15 0.20 0.00
HSL 16.47º 0.96% 0.9% -
HSV(B) 16.47º 0.2% 1% -
XYZ 76.47 75.01 66.95 -
YUV 226.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 254 217 203 0 0.15 0.20 0.00 16.47 0.96 0.9
Hex FE D9 CB 0 F 14 0 10 60 5A
Octal 376 331 313 0 17 24 0 20 140 132
Binary 11111110 11011001 11001011 0 1111 10100 0 10000 1100000 1011010

Color Harmonies of #FED9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED9CB

Black with #FED9CB

Text Example


Text Example

White with #FED9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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