Html Css Color HEX #FCF2AC Shalimar

📋 copy color: '#FCF2AC'

red 252 ◦ green 242 ◦ blue 172

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

Shades of Shalimar #FCF2AC

Tints of Shalimar #FCF2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.83%

R = 37.84%
G = 36.34%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCF2AC (or 0xFCF2AC) is known color: Shalimar. HEX triplet: FC, F2 and AC. RGB value is (252,242,172). Sum of RGB (Red+Green+Blue) = 252+242+172=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 172 (67.58% from 255 or 25.83% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2AC is #030D53. Grayscale: #EDEDED. Windows color (decimal): -200020 or 11334396. OLE color: 11334396.

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

Color convert

RGB 252 242 172 -
CMYK 0 0.04 0.32 0.01
HSL 52.5º 0.93% 0.83% -
HSV(B) 52.5º 0.32% 0.99% -
XYZ 79.34 87.18 51.67 -
YUV 237.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 252 242 172 0 0.04 0.32 0.01 52.5 0.93 0.83
Hex FC F2 AC 0 4 20 1 34 5D 53
Octal 374 362 254 0 4 40 1 64 135 123
Binary 11111100 11110010 10101100 0 100 100000 1 110100 1011101 1010011

Color Harmonies of #FCF2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2AC

Black with #FCF2AC

Text Example


Text Example

White with #FCF2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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