Html Css Color HEX #F8FAB1 Shalimar

📋 copy color: '#F8FAB1'

red 248 ◦ green 250 ◦ blue 177

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

Shades of Shalimar #F8FAB1

Tints of Shalimar #F8FAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 26.22%

R = 36.74%
G = 37.04%
B = 26.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F8FAB1 (or 0xF8FAB1) is known color: Shalimar. HEX triplet: F8, FA and B1. RGB value is (248,250,177). Sum of RGB (Red+Green+Blue) = 248+250+177=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 177 (69.53% from 255 or 26.22% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAB1 is #07054E. Grayscale: #F1F1F1. Windows color (decimal): -460111 or 11664120. OLE color: 11664120.

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

Color convert

RGB 248 250 177 -
CMYK 0.01 0 0.29 0.02
HSL 61.64º 0.88% 0.84% -
HSV(B) 61.64º 0.29% 0.98% -
XYZ 80.83 91.5 55 -
YUV 241.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 248 250 177 0.01 0 0.29 0.02 61.64 0.88 0.84
Hex F8 FA B1 1 0 1D 2 3E 58 54
Octal 370 372 261 1 0 35 2 76 130 124
Binary 11111000 11111010 10110001 1 0 11101 10 111110 1011000 1010100

Color Harmonies of #F8FAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAB1

Black with #F8FAB1

Text Example


Text Example

White with #F8FAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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