Html Css Color HEX #FCF7AC Shalimar

📋 copy color: '#FCF7AC'

red 252 ◦ green 247 ◦ blue 172

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

Shades of Shalimar #FCF7AC

Tints of Shalimar #FCF7AC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.81%

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

R = 37.56%
G = 36.81%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCF7AC (or 0xFCF7AC) is known color: Shalimar. HEX triplet: FC, F7 and AC. RGB value is (252,247,172). Sum of RGB (Red+Green+Blue) = 252+247+172=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 172 (67.58% from 255 or 25.63% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF7AC is #030853. Grayscale: #F0F0F0. Windows color (decimal): -198740 or 11335676. OLE color: 11335676.

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

Color convert

RGB 252 247 172 -
CMYK 0 0.02 0.32 0.01
HSL 56.25º 0.93% 0.83% -
HSV(B) 56.25º 0.32% 0.99% -
XYZ 80.85 90.2 52.18 -
YUV 239.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 252 247 172 0 0.02 0.32 0.01 56.25 0.93 0.83
Hex FC F7 AC 0 2 20 1 38 5D 53
Octal 374 367 254 0 2 40 1 70 135 123
Binary 11111100 11110111 10101100 0 10 100000 1 111000 1011101 1010011

Color Harmonies of #FCF7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF7AC

Black with #FCF7AC

Text Example


Text Example

White with #FCF7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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