Html Css Color HEX #FCF2AD Shalimar

📋 copy color: '#FCF2AD'

red 252 ◦ green 242 ◦ blue 173

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

Shades of Shalimar #FCF2AD

Tints of Shalimar #FCF2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.28%

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

R = 37.78%
G = 36.28%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCF2AD (or 0xFCF2AD) is known color: Shalimar. HEX triplet: FC, F2 and AD. RGB value is (252,242,173). Sum of RGB (Red+Green+Blue) = 252+242+173=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2AD is #030D52. Grayscale: #EDEDED. Windows color (decimal): -200019 or 11399932. OLE color: 11399932.

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

Color convert

RGB 252 242 173 -
CMYK 0 0.04 0.31 0.01
HSL 52.41º 0.93% 0.83% -
HSV(B) 52.41º 0.31% 0.99% -
XYZ 79.44 87.22 52.18 -
YUV 237.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 252 242 173 0 0.04 0.31 0.01 52.41 0.93 0.83
Hex FC F2 AD 0 4 1F 1 34 5D 53
Octal 374 362 255 0 4 37 1 64 135 123
Binary 11111100 11110010 10101101 0 100 11111 1 110100 1011101 1010011

Color Harmonies of #FCF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2AD

Black with #FCF2AD

Text Example


Text Example

White with #FCF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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