Html Css Color HEX #FCF0AC Shalimar

📋 copy color: '#FCF0AC'

red 252 ◦ green 240 ◦ blue 172

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

Shades of Shalimar #FCF0AC

Tints of Shalimar #FCF0AC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.14%

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

R = 37.95%
G = 36.14%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCF0AC (or 0xFCF0AC) is known color: Shalimar. HEX triplet: FC, F0 and AC. RGB value is (252,240,172). Sum of RGB (Red+Green+Blue) = 252+240+172=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 172 (67.58% from 255 or 25.90% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0AC is #030F53. Grayscale: #ECECEC. Windows color (decimal): -200532 or 11333884. OLE color: 11333884.

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

Color convert

RGB 252 240 172 -
CMYK 0 0.05 0.32 0.01
HSL 51º 0.93% 0.83% -
HSV(B) 51º 0.32% 0.99% -
XYZ 78.75 85.99 51.48 -
YUV 235.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 252 240 172 0 0.05 0.32 0.01 51 0.93 0.83
Hex FC F0 AC 0 5 20 1 33 5D 53
Octal 374 360 254 0 5 40 1 63 135 123
Binary 11111100 11110000 10101100 0 101 100000 1 110011 1011101 1010011

Color Harmonies of #FCF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0AC

Black with #FCF0AC

Text Example


Text Example

White with #FCF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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