Html Css Color HEX #FEDDB1 Navajo White

📋 copy color: '#FEDDB1'

red 254 ◦ green 221 ◦ blue 177

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

Shades of Navajo White #FEDDB1

Tints of Navajo White #FEDDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.15%

R = 38.96%
G = 33.9%
B = 27.15%

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

#FEDDB1 (or 0xFEDDB1) is known color: Navajo White. HEX triplet: FE, DD and B1. RGB value is (254,221,177). Sum of RGB (Red+Green+Blue) = 254+221+177=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDB1 is #01224E. Grayscale: #E2E2E2. Windows color (decimal): -74319 or 11656702. OLE color: 11656702.

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

Color convert

RGB 254 221 177 -
CMYK 0 0.13 0.30 0.00
HSL 34.29º 0.97% 0.85% -
HSV(B) 34.29º 0.3% 1% -
XYZ 74.67 75.96 52.32 -
YUV 225.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 254 221 177 0 0.13 0.30 0.00 34.29 0.97 0.85
Hex FE DD B1 0 D 1E 0 22 61 55
Octal 376 335 261 0 15 36 0 42 141 125
Binary 11111110 11011101 10110001 0 1101 11110 0 100010 1100001 1010101

Color Harmonies of #FEDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDB1

Black with #FEDDB1

Text Example


Text Example

White with #FEDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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