Html Css Color HEX #F2F0AD Shalimar

📋 copy color: '#F2F0AD'

red 242 ◦ green 240 ◦ blue 173

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

Shades of Shalimar #F2F0AD

Tints of Shalimar #F2F0AD

RGB

 RED value IS 242 (94.92% from 255) = 36.95%

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

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

R = 36.95%
G = 36.64%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2F0AD (or 0xF2F0AD) is known color: Shalimar. HEX triplet: F2, F0 and AD. RGB value is (242,240,173). Sum of RGB (Red+Green+Blue) = 242+240+173=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F0AD is #0D0F52. Grayscale: #E9E9E9. Windows color (decimal): -855891 or 11399410. OLE color: 11399410.

HSL color Cylindrical-coordinate representation of color #F2F0AD: hue angle of 58.26º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2F0AD is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 173 -
CMYK 0 0.01 0.29 0.05
HSL 58.26º 0.73% 0.81% -
HSV(B) 58.26º 0.29% 0.95% -
XYZ 75.32 84.21 51.82 -
YUV 232.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 242 240 173 0 0.01 0.29 0.05 58.26 0.73 0.81
Hex F2 F0 AD 0 1 1D 5 3A 49 51
Octal 362 360 255 0 1 35 5 72 111 121
Binary 11110010 11110000 10101101 0 1 11101 101 111010 1001001 1010001

Color Harmonies of #F2F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0AD

Black with #F2F0AD

Text Example


Text Example

White with #F2F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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