Html Css Color HEX #FCDDB0 Navajo White

📋 copy color: '#FCDDB0'

red 252 ◦ green 221 ◦ blue 176

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

Shades of Navajo White #FCDDB0

Tints of Navajo White #FCDDB0

RGB

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

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

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

R = 38.83%
G = 34.05%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCDDB0 (or 0xFCDDB0) is known color: Navajo White. HEX triplet: FC, DD and B0. RGB value is (252,221,176). Sum of RGB (Red+Green+Blue) = 252+221+176=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDB0 is #03224F. Grayscale: #E1E1E1. Windows color (decimal): -205392 or 11591164. OLE color: 11591164.

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

Color convert

RGB 252 221 176 -
CMYK 0 0.12 0.30 0.01
HSL 35.53º 0.93% 0.84% -
HSV(B) 35.53º 0.3% 0.99% -
XYZ 73.84 75.54 51.76 -
YUV 225.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 252 221 176 0 0.12 0.30 0.01 35.53 0.93 0.84
Hex FC DD B0 0 C 1E 1 24 5D 54
Octal 374 335 260 0 14 36 1 44 135 124
Binary 11111100 11011101 10110000 0 1100 11110 1 100100 1011101 1010100

Color Harmonies of #FCDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDB0

Black with #FCDDB0

Text Example


Text Example

White with #FCDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDB0; }

 p { color: rgb(252,221,176); }

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

background-color css

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

 a { background-color: rgb(252,221,176); }

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

border-color css

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

 span { border-color: rgb(252,221,176); }

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