Html Css Color HEX #F8FAB3 Shalimar

📋 copy color: '#F8FAB3'

red 248 ◦ green 250 ◦ blue 179

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

Shades of Shalimar #F8FAB3

Tints of Shalimar #F8FAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.44%

R = 36.63%
G = 36.93%
B = 26.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F8FAB3 (or 0xF8FAB3) is known color: Shalimar. HEX triplet: F8, FA and B3. RGB value is (248,250,179). Sum of RGB (Red+Green+Blue) = 248+250+179=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 179 (70.31% from 255 or 26.44% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAB3 is #07054C. Grayscale: #F1F1F1. Windows color (decimal): -460109 or 11795192. OLE color: 11795192.

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

Color convert

RGB 248 250 179 -
CMYK 0.01 0 0.28 0.02
HSL 61.69º 0.88% 0.84% -
HSV(B) 61.69º 0.28% 0.98% -
XYZ 81.03 91.58 56.05 -
YUV 241.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 248 250 179 0.01 0 0.28 0.02 61.69 0.88 0.84
Hex F8 FA B3 1 0 1C 2 3E 58 54
Octal 370 372 263 1 0 34 2 76 130 124
Binary 11111000 11111010 10110011 1 0 11100 10 111110 1011000 1010100

Color Harmonies of #F8FAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAB3

Black with #F8FAB3

Text Example


Text Example

White with #F8FAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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