Html Css Color HEX #FCF0AD Shalimar

📋 copy color: '#FCF0AD'

red 252 ◦ green 240 ◦ blue 173

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

Shades of Shalimar #FCF0AD

Tints of Shalimar #FCF0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.02%

R = 37.89%
G = 36.09%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCF0AD (or 0xFCF0AD) is known color: Shalimar. HEX triplet: FC, F0 and AD. RGB value is (252,240,173). Sum of RGB (Red+Green+Blue) = 252+240+173=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 173 (67.97% from 255 or 26.02% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0AD is #030F52. Grayscale: #ECECEC. Windows color (decimal): -200531 or 11399420. OLE color: 11399420.

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

Color convert

RGB 252 240 173 -
CMYK 0 0.05 0.31 0.01
HSL 50.89º 0.93% 0.83% -
HSV(B) 50.89º 0.31% 0.99% -
XYZ 78.85 86.03 51.99 -
YUV 235.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 252 240 173 0 0.05 0.31 0.01 50.89 0.93 0.83
Hex FC F0 AD 0 5 1F 1 33 5D 53
Octal 374 360 255 0 5 37 1 63 135 123
Binary 11111100 11110000 10101101 0 101 11111 1 110011 1011101 1010011

Color Harmonies of #FCF0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0AD

Black with #FCF0AD

Text Example


Text Example

White with #FCF0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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