Html Css Color HEX #F8F0AD Shalimar

📋 copy color: '#F8F0AD'

red 248 ◦ green 240 ◦ blue 173

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

Shades of Shalimar #F8F0AD

Tints of Shalimar #F8F0AD

RGB

 RED value IS 248 (97.27% from 255) = 37.52%

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

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

R = 37.52%
G = 36.31%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8F0AD (or 0xF8F0AD) is known color: Shalimar. HEX triplet: F8, F0 and AD. RGB value is (248,240,173). Sum of RGB (Red+Green+Blue) = 248+240+173=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 173 (67.97% from 255 or 26.17% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F0AD is #070F52. Grayscale: #EBEBEB. Windows color (decimal): -462675 or 11399416. OLE color: 11399416.

HSL color Cylindrical-coordinate representation of color #F8F0AD: hue angle of 53.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8F0AD is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 240 173 -
CMYK 0 0.03 0.30 0.03
HSL 53.6º 0.84% 0.83% -
HSV(B) 53.6º 0.3% 0.97% -
XYZ 77.41 85.29 51.92 -
YUV 234.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 248 240 173 0 0.03 0.30 0.03 53.6 0.84 0.83
Hex F8 F0 AD 0 3 1E 3 36 54 53
Octal 370 360 255 0 3 36 3 66 124 123
Binary 11111000 11110000 10101101 0 11 11110 11 110110 1010100 1010011

Color Harmonies of #F8F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F0AD

Black with #F8F0AD

Text Example


Text Example

White with #F8F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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