Html Css Color HEX #FCFFA8 Shalimar

📋 copy color: '#FCFFA8'

red 252 ◦ green 255 ◦ blue 168

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

Shades of Shalimar #FCFFA8

Tints of Shalimar #FCFFA8

RGB

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

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

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

R = 37.33%
G = 37.78%
B = 24.89%

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

#FCFFA8 (or 0xFCFFA8) is known color: Shalimar. HEX triplet: FC, FF and A8. RGB value is (252,255,168). Sum of RGB (Red+Green+Blue) = 252+255+168=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 168 (66.02% from 255 or 24.89% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFA8 is #030057. Grayscale: #F4F4F4. Windows color (decimal): -196696 or 11075580. OLE color: 11075580.

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

Color convert

RGB 252 255 168 -
CMYK 0.01 0 0.34 0
HSL 62.07º 1% 0.83% -
HSV(B) 62.07º 0.34% 1% -
XYZ 82.97 95.04 51.02 -
YUV 244.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 252 255 168 0.01 0 0.34 0 62.07 1 0.83
Hex FC FF A8 1 0 22 0 3E 64 53
Octal 374 377 250 1 0 42 0 76 144 123
Binary 11111100 11111111 10101000 1 0 100010 0 111110 1100100 1010011

Color Harmonies of #FCFFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFA8

Black with #FCFFA8

Text Example


Text Example

White with #FCFFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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