Html Css Color HEX #FCF7AD Shalimar

📋 copy color: '#FCF7AD'

red 252 ◦ green 247 ◦ blue 173

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

Shades of Shalimar #FCF7AD

Tints of Shalimar #FCF7AD

RGB

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

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

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

R = 37.5%
G = 36.76%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCF7AD (or 0xFCF7AD) is known color: Shalimar. HEX triplet: FC, F7 and AD. RGB value is (252,247,173). Sum of RGB (Red+Green+Blue) = 252+247+173=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 173 (67.97% from 255 or 25.74% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF7AD is #030852. Grayscale: #F0F0F0. Windows color (decimal): -198739 or 11401212. OLE color: 11401212.

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

Color convert

RGB 252 247 173 -
CMYK 0 0.02 0.31 0.01
HSL 56.2º 0.93% 0.83% -
HSV(B) 56.2º 0.31% 0.99% -
XYZ 80.95 90.23 52.69 -
YUV 240.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 252 247 173 0 0.02 0.31 0.01 56.2 0.93 0.83
Hex FC F7 AD 0 2 1F 1 38 5D 53
Octal 374 367 255 0 2 37 1 70 135 123
Binary 11111100 11110111 10101101 0 10 11111 1 111000 1011101 1010011

Color Harmonies of #FCF7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF7AD

Black with #FCF7AD

Text Example


Text Example

White with #FCF7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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