Html Css Color HEX #FCFAA9 Shalimar

📋 copy color: '#FCFAA9'

red 252 ◦ green 250 ◦ blue 169

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

Shades of Shalimar #FCFAA9

Tints of Shalimar #FCFAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 25.19%

R = 37.56%
G = 37.26%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCFAA9 (or 0xFCFAA9) is known color: Shalimar. HEX triplet: FC, FA and A9. RGB value is (252,250,169). Sum of RGB (Red+Green+Blue) = 252+250+169=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 169 (66.41% from 255 or 25.19% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA9 is #030556. Grayscale: #F1F1F1. Windows color (decimal): -197975 or 11139836. OLE color: 11139836.

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

Color convert

RGB 252 250 169 -
CMYK 0 0.01 0.33 0.01
HSL 58.55º 0.93% 0.83% -
HSV(B) 58.55º 0.33% 0.99% -
XYZ 81.49 91.93 50.99 -
YUV 241.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 252 250 169 0 0.01 0.33 0.01 58.55 0.93 0.83
Hex FC FA A9 0 1 21 1 3B 5D 53
Octal 374 372 251 0 1 41 1 73 135 123
Binary 11111100 11111010 10101001 0 1 100001 1 111011 1011101 1010011

Color Harmonies of #FCFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAA9

Black with #FCFAA9

Text Example


Text Example

White with #FCFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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