Html Css Color HEX #FCDDB3 Navajo White

📋 copy color: '#FCDDB3'

red 252 ◦ green 221 ◦ blue 179

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

Shades of Navajo White #FCDDB3

Tints of Navajo White #FCDDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.45%

R = 38.65%
G = 33.9%
B = 27.45%

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

#FCDDB3 (or 0xFCDDB3) is known color: Navajo White. HEX triplet: FC, DD and B3. RGB value is (252,221,179). Sum of RGB (Red+Green+Blue) = 252+221+179=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDB3 is #03224C. Grayscale: #E1E1E1. Windows color (decimal): -205389 or 11787772. OLE color: 11787772.

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

Color convert

RGB 252 221 179 -
CMYK 0 0.12 0.29 0.01
HSL 34.52º 0.92% 0.85% -
HSV(B) 34.52º 0.29% 0.99% -
XYZ 74.14 75.66 53.34 -
YUV 225.48 101.77 146.92 -
System Red Green Blue C M Y K H S L
Decimal 252 221 179 0 0.12 0.29 0.01 34.52 0.92 0.85
Hex FC DD B3 0 C 1D 1 23 5C 55
Octal 374 335 263 0 14 35 1 43 134 125
Binary 11111100 11011101 10110011 0 1100 11101 1 100011 1011100 1010101

Color Harmonies of #FCDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDB3

Black with #FCDDB3

Text Example


Text Example

White with #FCDDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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