Html Css Color HEX #FEDBCB Cinderella

📋 copy color: '#FEDBCB'

red 254 ◦ green 219 ◦ blue 203

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

Shades of Cinderella #FEDBCB

Tints of Cinderella #FEDBCB

RGB

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

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

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

R = 37.57%
G = 32.4%
B = 30.03%

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

#FEDBCB (or 0xFEDBCB) is known color: Cinderella. HEX triplet: FE, DB and CB. RGB value is (254,219,203). Sum of RGB (Red+Green+Blue) = 254+219+203=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBCB is #012434. Grayscale: #E3E3E3. Windows color (decimal): -74805 or 13360126. OLE color: 13360126.

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

Color convert

RGB 254 219 203 -
CMYK 0 0.14 0.20 0.00
HSL 18.82º 0.96% 0.9% -
HSV(B) 18.82º 0.2% 1% -
XYZ 76.98 76.05 67.12 -
YUV 227.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 254 219 203 0 0.14 0.20 0.00 18.82 0.96 0.9
Hex FE DB CB 0 E 14 0 13 60 5A
Octal 376 333 313 0 16 24 0 23 140 132
Binary 11111110 11011011 11001011 0 1110 10100 0 10011 1100000 1011010

Color Harmonies of #FEDBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBCB

Black with #FEDBCB

Text Example


Text Example

White with #FEDBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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