Html Css Color HEX #FCFAA6 Shalimar

📋 copy color: '#FCFAA6'

red 252 ◦ green 250 ◦ blue 166

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

Shades of Shalimar #FCFAA6

Tints of Shalimar #FCFAA6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.43%

 BLUE value IS 166 (65.23% from 255) = 24.85%

R = 37.72%
G = 37.43%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCFAA6 (or 0xFCFAA6) is known color: Shalimar. HEX triplet: FC, FA and A6. RGB value is (252,250,166). Sum of RGB (Red+Green+Blue) = 252+250+166=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 166 (65.23% from 255 or 24.85% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA6 is #030559. Grayscale: #F1F1F1. Windows color (decimal): -197978 or 10943228. OLE color: 10943228.

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

Color convert

RGB 252 250 166 -
CMYK 0 0.01 0.34 0.01
HSL 58.6º 0.93% 0.82% -
HSV(B) 58.6º 0.34% 0.99% -
XYZ 81.21 91.82 49.52 -
YUV 241.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 252 250 166 0 0.01 0.34 0.01 58.6 0.93 0.82
Hex FC FA A6 0 1 22 1 3B 5D 52
Octal 374 372 246 0 1 42 1 73 135 122
Binary 11111100 11111010 10100110 0 1 100010 1 111011 1011101 1010010

Color Harmonies of #FCFAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAA6

Black with #FCFAA6

Text Example


Text Example

White with #FCFAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAA6; }

 p { color: rgb(252,250,166); }

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

background-color css

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

 a { background-color: rgb(252,250,166); }

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

border-color css

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

 span { border-color: rgb(252,250,166); }

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