Html Css Color HEX #FCF3AC Shalimar

📋 copy color: '#FCF3AC'

red 252 ◦ green 243 ◦ blue 172

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

Shades of Shalimar #FCF3AC

Tints of Shalimar #FCF3AC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.43%

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

R = 37.78%
G = 36.43%
B = 25.79%

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

#FCF3AC (or 0xFCF3AC) is known color: Shalimar. HEX triplet: FC, F3 and AC. RGB value is (252,243,172). Sum of RGB (Red+Green+Blue) = 252+243+172=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3AC is #030C53. Grayscale: #EDEDED. Windows color (decimal): -199764 or 11334652. OLE color: 11334652.

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

Color convert

RGB 252 243 172 -
CMYK 0 0.04 0.32 0.01
HSL 53.25º 0.93% 0.83% -
HSV(B) 53.25º 0.32% 0.99% -
XYZ 79.64 87.78 51.77 -
YUV 237.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 252 243 172 0 0.04 0.32 0.01 53.25 0.93 0.83
Hex FC F3 AC 0 4 20 1 35 5D 53
Octal 374 363 254 0 4 40 1 65 135 123
Binary 11111100 11110011 10101100 0 100 100000 1 110101 1011101 1010011

Color Harmonies of #FCF3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF3AC

Black with #FCF3AC

Text Example


Text Example

White with #FCF3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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