Html Css Color HEX #FCFEAA Shalimar

📋 copy color: '#FCFEAA'

red 252 ◦ green 254 ◦ blue 170

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

Shades of Shalimar #FCFEAA

Tints of Shalimar #FCFEAA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.57%

 BLUE value IS 170 (66.8% from 255) = 25.15%

R = 37.28%
G = 37.57%
B = 25.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FCFEAA (or 0xFCFEAA) is known color: Shalimar. HEX triplet: FC, FE and AA. RGB value is (252,254,170). Sum of RGB (Red+Green+Blue) = 252+254+170=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 170 (66.80% from 255 or 25.15% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEAA is #030155. Grayscale: #F4F4F4. Windows color (decimal): -196950 or 11206396. OLE color: 11206396.

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

Color convert

RGB 252 254 170 -
CMYK 0.01 0 0.33 0.00
HSL 61.43º 0.98% 0.83% -
HSV(B) 61.43º 0.33% 1% -
XYZ 82.84 94.48 51.9 -
YUV 243.83 86.34 133.83 -
System Red Green Blue C M Y K H S L
Decimal 252 254 170 0.01 0 0.33 0.00 61.43 0.98 0.83
Hex FC FE AA 1 0 21 0 3D 62 53
Octal 374 376 252 1 0 41 0 75 142 123
Binary 11111100 11111110 10101010 1 0 100001 0 111101 1100010 1010011

Color Harmonies of #FCFEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEAA

Black with #FCFEAA

Text Example


Text Example

White with #FCFEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEAA; }

 p { color: rgb(252,254,170); }

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

background-color css

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

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

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

border-color css

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

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

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