Html Css Color HEX #F8FCAB Shalimar

📋 copy color: '#F8FCAB'

red 248 ◦ green 252 ◦ blue 171

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

Shades of Shalimar #F8FCAB

Tints of Shalimar #F8FCAB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.56%

 BLUE value IS 171 (67.19% from 255) = 25.48%

R = 36.96%
G = 37.56%
B = 25.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#F8FCAB (or 0xF8FCAB) is known color: Shalimar. HEX triplet: F8, FC and AB. RGB value is (248,252,171). Sum of RGB (Red+Green+Blue) = 248+252+171=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 171 (67.19% from 255 or 25.48% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FCAB is #070354. Grayscale: #F1F1F1. Windows color (decimal): -459605 or 11271416. OLE color: 11271416.

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

Color convert

RGB 248 252 171 -
CMYK 0.02 0 0.32 0.01
HSL 62.96º 0.93% 0.83% -
HSV(B) 62.96º 0.32% 0.99% -
XYZ 80.87 92.52 52.12 -
YUV 241.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 248 252 171 0.02 0 0.32 0.01 62.96 0.93 0.83
Hex F8 FC AB 2 0 20 1 3F 5D 53
Octal 370 374 253 2 0 40 1 77 135 123
Binary 11111000 11111100 10101011 10 0 100000 1 111111 1011101 1010011

Color Harmonies of #F8FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FCAB

Black with #F8FCAB

Text Example


Text Example

White with #F8FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FCAB; }

 p { color: rgb(248,252,171); }

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

background-color css

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

 a { background-color: rgb(248,252,171); }

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

border-color css

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

 span { border-color: rgb(248,252,171); }

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