Html Css Color HEX #F8EFAC Shalimar

📋 copy color: '#F8EFAC'

red 248 ◦ green 239 ◦ blue 172

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

Shades of Shalimar #F8EFAC

Tints of Shalimar #F8EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.27%

 BLUE value IS 172 (67.58% from 255) = 26.1%

R = 37.63%
G = 36.27%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8EFAC (or 0xF8EFAC) is known color: Shalimar. HEX triplet: F8, EF and AC. RGB value is (248,239,172). Sum of RGB (Red+Green+Blue) = 248+239+172=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 172 (67.58% from 255 or 26.10% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EFAC is #071053. Grayscale: #EAEAEA. Windows color (decimal): -462932 or 11333624. OLE color: 11333624.

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

Color convert

RGB 248 239 172 -
CMYK 0 0.04 0.31 0.03
HSL 52.89º 0.84% 0.82% -
HSV(B) 52.89º 0.31% 0.97% -
XYZ 77.02 84.67 51.31 -
YUV 234.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 248 239 172 0 0.04 0.31 0.03 52.89 0.84 0.82
Hex F8 EF AC 0 4 1F 3 35 54 52
Octal 370 357 254 0 4 37 3 65 124 122
Binary 11111000 11101111 10101100 0 100 11111 11 110101 1010100 1010010

Color Harmonies of #F8EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EFAC

Black with #F8EFAC

Text Example


Text Example

White with #F8EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EFAC; }

 p { color: rgb(248,239,172); }

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

background-color css

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

 a { background-color: rgb(248,239,172); }

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

border-color css

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

 span { border-color: rgb(248,239,172); }

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