Html Css Color HEX #F8FAB0 Shalimar

📋 copy color: '#F8FAB0'

red 248 ◦ green 250 ◦ blue 176

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

Shades of Shalimar #F8FAB0

Tints of Shalimar #F8FAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.11%

R = 36.8%
G = 37.09%
B = 26.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F8FAB0 (or 0xF8FAB0) is known color: Shalimar. HEX triplet: F8, FA and B0. RGB value is (248,250,176). Sum of RGB (Red+Green+Blue) = 248+250+176=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 176 (69.14% from 255 or 26.11% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAB0 is #07054F. Grayscale: #F1F1F1. Windows color (decimal): -460112 or 11598584. OLE color: 11598584.

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

Color convert

RGB 248 250 176 -
CMYK 0.01 0 0.30 0.02
HSL 61.62º 0.88% 0.84% -
HSV(B) 61.62º 0.3% 0.98% -
XYZ 80.73 91.46 54.47 -
YUV 240.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 248 250 176 0.01 0 0.30 0.02 61.62 0.88 0.84
Hex F8 FA B0 1 0 1E 2 3E 58 54
Octal 370 372 260 1 0 36 2 76 130 124
Binary 11111000 11111010 10110000 1 0 11110 10 111110 1011000 1010100

Color Harmonies of #F8FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAB0

Black with #F8FAB0

Text Example


Text Example

White with #F8FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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