Html Css Color HEX #FCF0AA Shalimar

📋 copy color: '#FCF0AA'

red 252 ◦ green 240 ◦ blue 170

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

Shades of Shalimar #FCF0AA

Tints of Shalimar #FCF0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 25.68%

R = 38.07%
G = 36.25%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCF0AA (or 0xFCF0AA) is known color: Shalimar. HEX triplet: FC, F0 and AA. RGB value is (252,240,170). Sum of RGB (Red+Green+Blue) = 252+240+170=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0AA is #030F55. Grayscale: #EBEBEB. Windows color (decimal): -200534 or 11202812. OLE color: 11202812.

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

Color convert

RGB 252 240 170 -
CMYK 0 0.05 0.33 0.01
HSL 51.22º 0.93% 0.83% -
HSV(B) 51.22º 0.33% 0.99% -
XYZ 78.56 85.92 50.47 -
YUV 235.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 252 240 170 0 0.05 0.33 0.01 51.22 0.93 0.83
Hex FC F0 AA 0 5 21 1 33 5D 53
Octal 374 360 252 0 5 41 1 63 135 123
Binary 11111100 11110000 10101010 0 101 100001 1 110011 1011101 1010011

Color Harmonies of #FCF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0AA

Black with #FCF0AA

Text Example


Text Example

White with #FCF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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