Html Css Color HEX #FEDEAF Navajo White

📋 copy color: '#FEDEAF'

red 254 ◦ green 222 ◦ blue 175

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

Shades of Navajo White #FEDEAF

Tints of Navajo White #FEDEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.88%

R = 39.02%
G = 34.1%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEDEAF (or 0xFEDEAF) is known color: Navajo White. HEX triplet: FE, DE and AF. RGB value is (254,222,175). Sum of RGB (Red+Green+Blue) = 254+222+175=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEAF is #012150. Grayscale: #E2E2E2. Windows color (decimal): -74065 or 11525886. OLE color: 11525886.

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

Color convert

RGB 254 222 175 -
CMYK 0 0.13 0.31 0.00
HSL 35.7º 0.98% 0.84% -
HSV(B) 35.7º 0.31% 1% -
XYZ 74.73 76.41 51.37 -
YUV 226.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 254 222 175 0 0.13 0.31 0.00 35.7 0.98 0.84
Hex FE DE AF 0 D 1F 0 24 62 54
Octal 376 336 257 0 15 37 0 44 142 124
Binary 11111110 11011110 10101111 0 1101 11111 0 100100 1100010 1010100

Color Harmonies of #FEDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEAF

Black with #FEDEAF

Text Example


Text Example

White with #FEDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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