Html Css Color HEX #FEDEB3 Navajo White

📋 copy color: '#FEDEB3'

red 254 ◦ green 222 ◦ blue 179

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

Shades of Navajo White #FEDEB3

Tints of Navajo White #FEDEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.33%

R = 38.78%
G = 33.89%
B = 27.33%

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

#FEDEB3 (or 0xFEDEB3) is known color: Navajo White. HEX triplet: FE, DE and B3. RGB value is (254,222,179). Sum of RGB (Red+Green+Blue) = 254+222+179=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEB3 is #01214C. Grayscale: #E2E2E2. Windows color (decimal): -74061 or 11788030. OLE color: 11788030.

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

Color convert

RGB 254 222 179 -
CMYK 0 0.13 0.30 0.00
HSL 34.4º 0.97% 0.85% -
HSV(B) 34.4º 0.3% 1% -
XYZ 75.13 76.57 53.47 -
YUV 226.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 254 222 179 0 0.13 0.30 0.00 34.4 0.97 0.85
Hex FE DE B3 0 D 1E 0 22 61 55
Octal 376 336 263 0 15 36 0 42 141 125
Binary 11111110 11011110 10110011 0 1101 11110 0 100010 1100001 1010101

Color Harmonies of #FEDEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEB3

Black with #FEDEB3

Text Example


Text Example

White with #FEDEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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