Html Css Color HEX #FEDEB2 Navajo White

📋 copy color: '#FEDEB2'

red 254 ◦ green 222 ◦ blue 178

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

Shades of Navajo White #FEDEB2

Tints of Navajo White #FEDEB2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.94%

 BLUE value IS 178 (69.92% from 255) = 27.22%

R = 38.84%
G = 33.94%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEDEB2 (or 0xFEDEB2) is known color: Navajo White. HEX triplet: FE, DE and B2. RGB value is (254,222,178). Sum of RGB (Red+Green+Blue) = 254+222+178=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEB2 is #01214D. Grayscale: #E2E2E2. Windows color (decimal): -74062 or 11722494. OLE color: 11722494.

HSL color Cylindrical-coordinate representation of color #FEDEB2: hue angle of 34.74º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEDEB2 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 178 -
CMYK 0 0.13 0.30 0.00
HSL 34.74º 0.97% 0.85% -
HSV(B) 34.74º 0.3% 1% -
XYZ 75.03 76.53 52.94 -
YUV 226.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 254 222 178 0 0.13 0.30 0.00 34.74 0.97 0.85
Hex FE DE B2 0 D 1E 0 23 61 55
Octal 376 336 262 0 15 36 0 43 141 125
Binary 11111110 11011110 10110010 0 1101 11110 0 100011 1100001 1010101

Color Harmonies of #FEDEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEB2

Black with #FEDEB2

Text Example


Text Example

White with #FEDEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEB2; }

 p { color: rgb(254,222,178); }

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

background-color css

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

 a { background-color: rgb(254,222,178); }

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

border-color css

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

 span { border-color: rgb(254,222,178); }

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