Html Css Color HEX #FCFFA4 Shalimar

📋 copy color: '#FCFFA4'

red 252 ◦ green 255 ◦ blue 164

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

Shades of Shalimar #FCFFA4

Tints of Shalimar #FCFFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 24.44%

R = 37.56%
G = 38%
B = 24.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FCFFA4 (or 0xFCFFA4) is known color: Shalimar. HEX triplet: FC, FF and A4. RGB value is (252,255,164). Sum of RGB (Red+Green+Blue) = 252+255+164=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 164 (64.45% from 255 or 24.44% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFA4 is #03005B. Grayscale: #F4F4F4. Windows color (decimal): -196700 or 10813436. OLE color: 10813436.

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

Color convert

RGB 252 255 164 -
CMYK 0.01 0 0.36 0
HSL 61.98º 1% 0.82% -
HSV(B) 61.98º 0.36% 1% -
XYZ 82.61 94.9 49.08 -
YUV 243.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 252 255 164 0.01 0 0.36 0 61.98 1 0.82
Hex FC FF A4 1 0 24 0 3E 64 52
Octal 374 377 244 1 0 44 0 76 144 122
Binary 11111100 11111111 10100100 1 0 100100 0 111110 1100100 1010010

Color Harmonies of #FCFFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFA4

Black with #FCFFA4

Text Example


Text Example

White with #FCFFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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