Html Css Color HEX #FADCB2 Navajo White

📋 copy color: '#FADCB2'

red 250 ◦ green 220 ◦ blue 178

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

Shades of Navajo White #FADCB2

Tints of Navajo White #FADCB2

RGB

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

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

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

R = 38.58%
G = 33.95%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FADCB2 (or 0xFADCB2) is known color: Navajo White. HEX triplet: FA, DC and B2. RGB value is (250,220,178). Sum of RGB (Red+Green+Blue) = 250+220+178=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCB2 is #05234D. Grayscale: #E0E0E0. Windows color (decimal): -336718 or 11721978. OLE color: 11721978.

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

Color convert

RGB 250 220 178 -
CMYK 0 0.12 0.29 0.02
HSL 35º 0.88% 0.84% -
HSV(B) 35º 0.29% 0.98% -
XYZ 73.05 74.72 52.69 -
YUV 224.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 250 220 178 0 0.12 0.29 0.02 35 0.88 0.84
Hex FA DC B2 0 C 1D 2 23 58 54
Octal 372 334 262 0 14 35 2 43 130 124
Binary 11111010 11011100 10110010 0 1100 11101 10 100011 1011000 1010100

Color Harmonies of #FADCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCB2

Black with #FADCB2

Text Example


Text Example

White with #FADCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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