Html Css Color HEX #FCFCA8 Shalimar

📋 copy color: '#FCFCA8'

red 252 ◦ green 252 ◦ blue 168

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

Shades of Shalimar #FCFCA8

Tints of Shalimar #FCFCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25%

R = 37.5%
G = 37.5%
B = 25%

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

#FCFCA8 (or 0xFCFCA8) is known color: Shalimar. HEX triplet: FC, FC and A8. RGB value is (252,252,168). Sum of RGB (Red+Green+Blue) = 252+252+168=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 168 (66.02% from 255 or 25% from 672); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCA8 is #030357. Grayscale: #F2F2F2. Windows color (decimal): -197464 or 11074812. OLE color: 11074812.

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

Color convert

RGB 252 252 168 -
CMYK 0 0 0.33 0.01
HSL 60º 0.93% 0.82% -
HSV(B) 60º 0.33% 0.99% -
XYZ 82.02 93.14 50.7 -
YUV 242.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 252 252 168 0 0 0.33 0.01 60 0.93 0.82
Hex FC FC A8 0 0 21 1 3C 5D 52
Octal 374 374 250 0 0 41 1 74 135 122
Binary 11111100 11111100 10101000 0 0 100001 1 111100 1011101 1010010

Color Harmonies of #FCFCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCA8

Black with #FCFCA8

Text Example


Text Example

White with #FCFCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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