Html Css Color HEX #FADCB0 Navajo White

📋 copy color: '#FADCB0'

red 250 ◦ green 220 ◦ blue 176

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

Shades of Navajo White #FADCB0

Tints of Navajo White #FADCB0

RGB

 RED value IS 250 (98.05% from 255) = 38.7%

 GREEN value IS 220 (86.33% from 255) = 34.06%

 BLUE value IS 176 (69.14% from 255) = 27.24%

R = 38.7%
G = 34.06%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FADCB0 (or 0xFADCB0) is known color: Navajo White. HEX triplet: FA, DC and B0. RGB value is (250,220,176). Sum of RGB (Red+Green+Blue) = 250+220+176=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 176 (69.14% from 255 or 27.24% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCB0 is #05234F. Grayscale: #E0E0E0. Windows color (decimal): -336720 or 11590906. OLE color: 11590906.

HSL color Cylindrical-coordinate representation of color #FADCB0: hue angle of 35.68º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FADCB0 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 220 176 -
CMYK 0 0.12 0.30 0.02
HSL 35.68º 0.88% 0.84% -
HSV(B) 35.68º 0.3% 0.98% -
XYZ 72.85 74.64 51.64 -
YUV 223.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 250 220 176 0 0.12 0.30 0.02 35.68 0.88 0.84
Hex FA DC B0 0 C 1E 2 24 58 54
Octal 372 334 260 0 14 36 2 44 130 124
Binary 11111010 11011100 10110000 0 1100 11110 10 100100 1011000 1010100

Color Harmonies of #FADCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCB0

Black with #FADCB0

Text Example


Text Example

White with #FADCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCB0; }

 p { color: rgb(250,220,176); }

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

background-color css

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

 a { background-color: rgb(250,220,176); }

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

border-color css

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

 span { border-color: rgb(250,220,176); }

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