Html Css Color HEX #FCDFB2 Navajo White

📋 copy color: '#FCDFB2'

red 252 ◦ green 223 ◦ blue 178

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

Shades of Navajo White #FCDFB2

Tints of Navajo White #FCDFB2

RGB

 RED value IS 252 (98.83% from 255) = 38.59%

 GREEN value IS 223 (87.5% from 255) = 34.15%

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

R = 38.59%
G = 34.15%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCDFB2 (or 0xFCDFB2) is known color: Navajo White. HEX triplet: FC, DF and B2. RGB value is (252,223,178). Sum of RGB (Red+Green+Blue) = 252+223+178=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFB2 is #03204D. Grayscale: #E2E2E2. Windows color (decimal): -204878 or 11722748. OLE color: 11722748.

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

Color convert

RGB 252 223 178 -
CMYK 0 0.12 0.29 0.01
HSL 36.49º 0.93% 0.84% -
HSV(B) 36.49º 0.29% 0.99% -
XYZ 74.57 76.69 52.99 -
YUV 226.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 252 223 178 0 0.12 0.29 0.01 36.49 0.93 0.84
Hex FC DF B2 0 C 1D 1 24 5C 54
Octal 374 337 262 0 14 35 1 44 134 124
Binary 11111100 11011111 10110010 0 1100 11101 1 100100 1011100 1010100

Color Harmonies of #FCDFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFB2

Black with #FCDFB2

Text Example


Text Example

White with #FCDFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFB2; }

 p { color: rgb(252,223,178); }

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

background-color css

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

 a { background-color: rgb(252,223,178); }

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

border-color css

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

 span { border-color: rgb(252,223,178); }

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