Html Css Color HEX #FCFFA9 Shalimar

📋 copy color: '#FCFFA9'

red 252 ◦ green 255 ◦ blue 169

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

Shades of Shalimar #FCFFA9

Tints of Shalimar #FCFFA9

RGB

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

 GREEN value IS 255 (100% from 255) = 37.72%

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

R = 37.28%
G = 37.72%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FCFFA9 (or 0xFCFFA9) is known color: Shalimar. HEX triplet: FC, FF and A9. RGB value is (252,255,169). Sum of RGB (Red+Green+Blue) = 252+255+169=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 169 (66.41% from 255 or 25% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFA9 is #030056. Grayscale: #F4F4F4. Windows color (decimal): -196695 or 11141116. OLE color: 11141116.

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

Color convert

RGB 252 255 169 -
CMYK 0.01 0 0.34 0
HSL 62.09º 1% 0.83% -
HSV(B) 62.09º 0.34% 1% -
XYZ 83.07 95.08 51.51 -
YUV 244.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 252 255 169 0.01 0 0.34 0 62.09 1 0.83
Hex FC FF A9 1 0 22 0 3E 64 53
Octal 374 377 251 1 0 42 0 76 144 123
Binary 11111100 11111111 10101001 1 0 100010 0 111110 1100100 1010011

Color Harmonies of #FCFFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFA9

Black with #FCFFA9

Text Example


Text Example

White with #FCFFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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