Html Css Color HEX #FCFAB3 Shalimar

📋 copy color: '#FCFAB3'

red 252 ◦ green 250 ◦ blue 179

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

Shades of Shalimar #FCFAB3

Tints of Shalimar #FCFAB3

RGB

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

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

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

R = 37%
G = 36.71%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCFAB3 (or 0xFCFAB3) is known color: Shalimar. HEX triplet: FC, FA and B3. RGB value is (252,250,179). Sum of RGB (Red+Green+Blue) = 252+250+179=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 179 (70.31% from 255 or 26.28% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAB3 is #03054C. Grayscale: #F2F2F2. Windows color (decimal): -197965 or 11795196. OLE color: 11795196.

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

Color convert

RGB 252 250 179 -
CMYK 0 0.01 0.29 0.01
HSL 58.36º 0.92% 0.85% -
HSV(B) 58.36º 0.29% 0.99% -
XYZ 82.47 92.32 56.12 -
YUV 242.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 252 250 179 0 0.01 0.29 0.01 58.36 0.92 0.85
Hex FC FA B3 0 1 1D 1 3A 5C 55
Octal 374 372 263 0 1 35 1 72 134 125
Binary 11111100 11111010 10110011 0 1 11101 1 111010 1011100 1010101

Color Harmonies of #FCFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAB3

Black with #FCFAB3

Text Example


Text Example

White with #FCFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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