Html Css Color HEX #FCFAB1 Shalimar

📋 copy color: '#FCFAB1'

red 252 ◦ green 250 ◦ blue 177

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

Shades of Shalimar #FCFAB1

Tints of Shalimar #FCFAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 26.07%

R = 37.11%
G = 36.82%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCFAB1 (or 0xFCFAB1) is known color: Shalimar. HEX triplet: FC, FA and B1. RGB value is (252,250,177). Sum of RGB (Red+Green+Blue) = 252+250+177=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 177 (69.53% from 255 or 26.07% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAB1 is #03054E. Grayscale: #F2F2F2. Windows color (decimal): -197967 or 11664124. OLE color: 11664124.

HSL color Cylindrical-coordinate representation of color #FCFAB1: hue angle of 58.4º 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 #FCFAB1 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 177 -
CMYK 0 0.01 0.30 0.01
HSL 58.4º 0.93% 0.84% -
HSV(B) 58.4º 0.3% 0.99% -
XYZ 82.27 92.24 55.06 -
YUV 242.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 252 250 177 0 0.01 0.30 0.01 58.4 0.93 0.84
Hex FC FA B1 0 1 1E 1 3A 5D 54
Octal 374 372 261 0 1 36 1 72 135 124
Binary 11111100 11111010 10110001 0 1 11110 1 111010 1011101 1010100

Color Harmonies of #FCFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAB1

Black with #FCFAB1

Text Example


Text Example

White with #FCFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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