Html Css Color HEX #F8FEA9 Shalimar

📋 copy color: '#F8FEA9'

red 248 ◦ green 254 ◦ blue 169

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

Shades of Shalimar #F8FEA9

Tints of Shalimar #F8FEA9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.85%

 BLUE value IS 169 (66.41% from 255) = 25.19%

R = 36.96%
G = 37.85%
B = 25.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#F8FEA9 (or 0xF8FEA9) is known color: Shalimar. HEX triplet: F8, FE and A9. RGB value is (248,254,169). Sum of RGB (Red+Green+Blue) = 248+254+169=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 169 (66.41% from 255 or 25.19% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEA9 is #070156. Grayscale: #F2F2F2. Windows color (decimal): -459095 or 11140856. OLE color: 11140856.

HSL color Cylindrical-coordinate representation of color #F8FEA9: hue angle of 64.24º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8FEA9 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 254 169 -
CMYK 0.02 0 0.33 0.00
HSL 64.24º 0.98% 0.83% -
HSV(B) 64.24º 0.33% 1% -
XYZ 81.31 93.7 51.34 -
YUV 242.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 248 254 169 0.02 0 0.33 0.00 64.24 0.98 0.83
Hex F8 FE A9 2 0 21 0 40 62 53
Octal 370 376 251 2 0 41 0 100 142 123
Binary 11111000 11111110 10101001 10 0 100001 0 1000000 1100010 1010011

Color Harmonies of #F8FEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FEA9

Black with #F8FEA9

Text Example


Text Example

White with #F8FEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FEA9; }

 p { color: rgb(248,254,169); }

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

background-color css

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

 a { background-color: rgb(248,254,169); }

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

border-color css

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

 span { border-color: rgb(248,254,169); }

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