Html Css Color HEX #FCF9AA Shalimar

📋 copy color: '#FCF9AA'

red 252 ◦ green 249 ◦ blue 170

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

Shades of Shalimar #FCF9AA

Tints of Shalimar #FCF9AA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.11%

 BLUE value IS 170 (66.8% from 255) = 25.34%

R = 37.56%
G = 37.11%
B = 25.34%

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

#FCF9AA (or 0xFCF9AA) is known color: Shalimar. HEX triplet: FC, F9 and AA. RGB value is (252,249,170). Sum of RGB (Red+Green+Blue) = 252+249+170=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 170 (66.80% from 255 or 25.34% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9AA is #030655. Grayscale: #F1F1F1. Windows color (decimal): -198230 or 11205116. OLE color: 11205116.

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

Color convert

RGB 252 249 170 -
CMYK 0 0.01 0.33 0.01
HSL 57.8º 0.93% 0.83% -
HSV(B) 57.8º 0.33% 0.99% -
XYZ 81.28 91.35 51.38 -
YUV 240.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 252 249 170 0 0.01 0.33 0.01 57.8 0.93 0.83
Hex FC F9 AA 0 1 21 1 3A 5D 53
Octal 374 371 252 0 1 41 1 72 135 123
Binary 11111100 11111001 10101010 0 1 100001 1 111010 1011101 1010011

Color Harmonies of #FCF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9AA

Black with #FCF9AA

Text Example


Text Example

White with #FCF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9AA; }

 p { color: rgb(252,249,170); }

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

background-color css

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

 a { background-color: rgb(252,249,170); }

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

border-color css

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

 span { border-color: rgb(252,249,170); }

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