Html Css Color HEX #FEDBCE Cinderella

📋 copy color: '#FEDBCE'

red 254 ◦ green 219 ◦ blue 206

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

Shades of Cinderella #FEDBCE

Tints of Cinderella #FEDBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.25%

 BLUE value IS 206 (80.86% from 255) = 30.34%

R = 37.41%
G = 32.25%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEDBCE (or 0xFEDBCE) is known color: Cinderella. HEX triplet: FE, DB and CE. RGB value is (254,219,206). Sum of RGB (Red+Green+Blue) = 254+219+206=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBCE is #012431. Grayscale: #E4E4E4. Windows color (decimal): -74802 or 13556734. OLE color: 13556734.

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

Color convert

RGB 254 219 206 -
CMYK 0 0.14 0.19 0.00
HSL 16.25º 0.96% 0.9% -
HSV(B) 16.25º 0.19% 1% -
XYZ 77.35 76.19 69.02 -
YUV 227.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 254 219 206 0 0.14 0.19 0.00 16.25 0.96 0.9
Hex FE DB CE 0 E 13 0 10 60 5A
Octal 376 333 316 0 16 23 0 20 140 132
Binary 11111110 11011011 11001110 0 1110 10011 0 10000 1100000 1011010

Color Harmonies of #FEDBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBCE

Black with #FEDBCE

Text Example


Text Example

White with #FEDBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBCE; }

 p { color: rgb(254,219,206); }

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

background-color css

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

 a { background-color: rgb(254,219,206); }

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

border-color css

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

 span { border-color: rgb(254,219,206); }

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