Html Css Color HEX #FEDDB2 Navajo White

📋 copy color: '#FEDDB2'

red 254 ◦ green 221 ◦ blue 178

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

Shades of Navajo White #FEDDB2

Tints of Navajo White #FEDDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.84%

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

R = 38.9%
G = 33.84%
B = 27.26%

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

#FEDDB2 (or 0xFEDDB2) is known color: Navajo White. HEX triplet: FE, DD and B2. RGB value is (254,221,178). Sum of RGB (Red+Green+Blue) = 254+221+178=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDB2 is #01224D. Grayscale: #E2E2E2. Windows color (decimal): -74318 or 11722238. OLE color: 11722238.

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

Color convert

RGB 254 221 178 -
CMYK 0 0.13 0.30 0.00
HSL 33.95º 0.97% 0.85% -
HSV(B) 33.95º 0.3% 1% -
XYZ 74.77 76 52.85 -
YUV 225.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 254 221 178 0 0.13 0.30 0.00 33.95 0.97 0.85
Hex FE DD B2 0 D 1E 0 22 61 55
Octal 376 335 262 0 15 36 0 42 141 125
Binary 11111110 11011101 10110010 0 1101 11110 0 100010 1100001 1010101

Color Harmonies of #FEDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDB2

Black with #FEDDB2

Text Example


Text Example

White with #FEDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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