Html Css Color HEX #FCFCA9 Shalimar

📋 copy color: '#FCFCA9'

red 252 ◦ green 252 ◦ blue 169

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

Shades of Shalimar #FCFCA9

Tints of Shalimar #FCFCA9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.44%

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

R = 37.44%
G = 37.44%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCFCA9 (or 0xFCFCA9) is known color: Shalimar. HEX triplet: FC, FC and A9. RGB value is (252,252,169). Sum of RGB (Red+Green+Blue) = 252+252+169=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 169 (66.41% from 255 or 25.11% from 673); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCA9 is #030356. Grayscale: #F2F2F2. Windows color (decimal): -197463 or 11140348. OLE color: 11140348.

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

Color convert

RGB 252 252 169 -
CMYK 0 0 0.33 0.01
HSL 60º 0.93% 0.83% -
HSV(B) 60º 0.33% 0.99% -
XYZ 82.12 93.18 51.19 -
YUV 242.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 252 252 169 0 0 0.33 0.01 60 0.93 0.83
Hex FC FC A9 0 0 21 1 3C 5D 53
Octal 374 374 251 0 0 41 1 74 135 123
Binary 11111100 11111100 10101001 0 0 100001 1 111100 1011101 1010011

Color Harmonies of #FCFCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCA9

Black with #FCFCA9

Text Example


Text Example

White with #FCFCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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