Html Css Color HEX #FCF2AA Shalimar

📋 copy color: '#FCF2AA'

red 252 ◦ green 242 ◦ blue 170

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

Shades of Shalimar #FCF2AA

Tints of Shalimar #FCF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.45%

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

R = 37.95%
G = 36.45%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCF2AA (or 0xFCF2AA) is known color: Shalimar. HEX triplet: FC, F2 and AA. RGB value is (252,242,170). Sum of RGB (Red+Green+Blue) = 252+242+170=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 170 (66.80% from 255 or 25.60% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2AA is #030D55. Grayscale: #EDEDED. Windows color (decimal): -200022 or 11203324. OLE color: 11203324.

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

Color convert

RGB 252 242 170 -
CMYK 0 0.04 0.33 0.01
HSL 52.68º 0.93% 0.83% -
HSV(B) 52.68º 0.33% 0.99% -
XYZ 79.15 87.1 50.67 -
YUV 236.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 252 242 170 0 0.04 0.33 0.01 52.68 0.93 0.83
Hex FC F2 AA 0 4 21 1 35 5D 53
Octal 374 362 252 0 4 41 1 65 135 123
Binary 11111100 11110010 10101010 0 100 100001 1 110101 1011101 1010011

Color Harmonies of #FCF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2AA

Black with #FCF2AA

Text Example


Text Example

White with #FCF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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