#FEDBB1

Color #FEDBB1 Navajo White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navajo White #FEDBB1

Tints of Navajo White #FEDBB1

Color information

#FEDBB1 (or 0xFEDBB1) is unknown color: approx Navajo White. HEX triplet: FE, DB and B1. RGB value is (254,219,177). Sum of RGB (Red+Green+Blue) = 254+219+177=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBB1 is #01244E. Grayscale: #E0E0E0. Windows color (decimal): -74831 or 11656190. OLE color: 11656190.

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

Color convert

RGB254219177-
CMYK00.140.300.00
HSL32.73º97.47%84.51%-
HSV(B)32.73º30.31%99.61%-
XYZ74.1474.9152.15-
YUV224.68101.1148.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 177 (69.53% from 255) = 27.23%
R=39.08%
G=33.69%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421917700.140.300.0032.7397.4784.51
HexFEDBB10E1E0216155
Octal37633326101636041141125
Binary1111111011011011101100010111011110010000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBB1; }

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

 H1.HeaderClassName
 {
   color: #FEDBB1;
 }
 .AnyTagClassName
 {
   color: #FEDBB1;
 }
</style>
background-color css

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

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

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

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

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

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