Html Css Color HEX #FEDACB Cinderella

📋 copy color: '#FEDACB'

red 254 ◦ green 218 ◦ blue 203

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

Shades of Cinderella #FEDACB

Tints of Cinderella #FEDACB

RGB

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

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

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

R = 37.63%
G = 32.3%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEDACB (or 0xFEDACB) is known color: Cinderella. HEX triplet: FE, DA and CB. RGB value is (254,218,203). Sum of RGB (Red+Green+Blue) = 254+218+203=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACB is #012534. Grayscale: #E3E3E3. Windows color (decimal): -75061 or 13359870. OLE color: 13359870.

HSL color Cylindrical-coordinate representation of color #FEDACB: hue angle of 17.65º 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 #FEDACB is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 218 203 -
CMYK 0 0.14 0.20 0.00
HSL 17.65º 0.96% 0.9% -
HSV(B) 17.65º 0.2% 1% -
XYZ 76.72 75.53 67.03 -
YUV 227.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 254 218 203 0 0.14 0.20 0.00 17.65 0.96 0.9
Hex FE DA CB 0 E 14 0 12 60 5A
Octal 376 332 313 0 16 24 0 22 140 132
Binary 11111110 11011010 11001011 0 1110 10100 0 10010 1100000 1011010

Color Harmonies of #FEDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDACB

Black with #FEDACB

Text Example


Text Example

White with #FEDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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