Html Css Color HEX #FEDBB0 Navajo White

📋 copy color: '#FEDBB0'

red 254 ◦ green 219 ◦ blue 176

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

Shades of Navajo White #FEDBB0

Tints of Navajo White #FEDBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.12%

R = 39.14%
G = 33.74%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEDBB0 (or 0xFEDBB0) is known color: Navajo White. HEX triplet: FE, DB and B0. RGB value is (254,219,176). Sum of RGB (Red+Green+Blue) = 254+219+176=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBB0 is #01244F. Grayscale: #E0E0E0. Windows color (decimal): -74832 or 11590654. OLE color: 11590654.

HSL color Cylindrical-coordinate representation of color #FEDBB0: hue angle of 33.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEDBB0 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 176 -
CMYK 0 0.14 0.31 0.00
HSL 33.08º 0.98% 0.84% -
HSV(B) 33.08º 0.31% 1% -
XYZ 74.04 74.87 51.62 -
YUV 224.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 254 219 176 0 0.14 0.31 0.00 33.08 0.98 0.84
Hex FE DB B0 0 E 1F 0 21 62 54
Octal 376 333 260 0 16 37 0 41 142 124
Binary 11111110 11011011 10110000 0 1110 11111 0 100001 1100010 1010100

Color Harmonies of #FEDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBB0

Black with #FEDBB0

Text Example


Text Example

White with #FEDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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