Html Css Color HEX #F8FAAA Shalimar

📋 copy color: '#F8FAAA'

red 248 ◦ green 250 ◦ blue 170

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

Shades of Shalimar #F8FAAA

Tints of Shalimar #F8FAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.43%

 BLUE value IS 170 (66.8% from 255) = 25.45%

R = 37.13%
G = 37.43%
B = 25.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F8FAAA (or 0xF8FAAA) is known color: Shalimar. HEX triplet: F8, FA and AA. RGB value is (248,250,170). Sum of RGB (Red+Green+Blue) = 248+250+170=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 170 (66.80% from 255 or 25.45% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAAA is #070555. Grayscale: #F0F0F0. Windows color (decimal): -460118 or 11205368. OLE color: 11205368.

HSL color Cylindrical-coordinate representation of color #F8FAAA: hue angle of 61.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8FAAA is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 250 170 -
CMYK 0.01 0 0.32 0.02
HSL 61.5º 0.89% 0.82% -
HSV(B) 61.5º 0.32% 0.98% -
XYZ 80.15 91.23 51.41 -
YUV 240.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 248 250 170 0.01 0 0.32 0.02 61.5 0.89 0.82
Hex F8 FA AA 1 0 20 2 3E 59 52
Octal 370 372 252 1 0 40 2 76 131 122
Binary 11111000 11111010 10101010 1 0 100000 10 111110 1011001 1010010

Color Harmonies of #F8FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAAA

Black with #F8FAAA

Text Example


Text Example

White with #F8FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAAA; }

 p { color: rgb(248,250,170); }

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

background-color css

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

 a { background-color: rgb(248,250,170); }

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

border-color css

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

 span { border-color: rgb(248,250,170); }

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