Html Css Color HEX #F8FBAC Shalimar

📋 copy color: '#F8FBAC'

red 248 ◦ green 251 ◦ blue 172

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

Shades of Shalimar #F8FBAC

Tints of Shalimar #F8FBAC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.41%

 BLUE value IS 172 (67.58% from 255) = 25.63%

R = 36.96%
G = 37.41%
B = 25.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F8FBAC (or 0xF8FBAC) is known color: Shalimar. HEX triplet: F8, FB and AC. RGB value is (248,251,172). Sum of RGB (Red+Green+Blue) = 248+251+172=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 172 (67.58% from 255 or 25.63% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FBAC is #070453. Grayscale: #F1F1F1. Windows color (decimal): -459860 or 11336696. OLE color: 11336696.

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

Color convert

RGB 248 251 172 -
CMYK 0.01 0 0.31 0.02
HSL 62.28º 0.91% 0.83% -
HSV(B) 62.28º 0.31% 0.98% -
XYZ 80.65 91.93 52.52 -
YUV 241.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 248 251 172 0.01 0 0.31 0.02 62.28 0.91 0.83
Hex F8 FB AC 1 0 1F 2 3E 5B 53
Octal 370 373 254 1 0 37 2 76 133 123
Binary 11111000 11111011 10101100 1 0 11111 10 111110 1011011 1010011

Color Harmonies of #F8FBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FBAC

Black with #F8FBAC

Text Example


Text Example

White with #F8FBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FBAC; }

 p { color: rgb(248,251,172); }

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

background-color css

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

 a { background-color: rgb(248,251,172); }

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

border-color css

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

 span { border-color: rgb(248,251,172); }

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