Html Css Color HEX #FCF1AC Shalimar

📋 copy color: '#FCF1AC'

red 252 ◦ green 241 ◦ blue 172

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

Shades of Shalimar #FCF1AC

Tints of Shalimar #FCF1AC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.24%

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

R = 37.89%
G = 36.24%
B = 25.86%

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

#FCF1AC (or 0xFCF1AC) is known color: Shalimar. HEX triplet: FC, F1 and AC. RGB value is (252,241,172). Sum of RGB (Red+Green+Blue) = 252+241+172=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1AC is #030E53. Grayscale: #ECECEC. Windows color (decimal): -200276 or 11334140. OLE color: 11334140.

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

Color convert

RGB 252 241 172 -
CMYK 0 0.04 0.32 0.01
HSL 51.75º 0.93% 0.83% -
HSV(B) 51.75º 0.32% 0.99% -
XYZ 79.05 86.58 51.58 -
YUV 236.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 252 241 172 0 0.04 0.32 0.01 51.75 0.93 0.83
Hex FC F1 AC 0 4 20 1 34 5D 53
Octal 374 361 254 0 4 40 1 64 135 123
Binary 11111100 11110001 10101100 0 100 100000 1 110100 1011101 1010011

Color Harmonies of #FCF1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1AC

Black with #FCF1AC

Text Example


Text Example

White with #FCF1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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