Html Css Color HEX #F8FAB2 Shalimar

📋 copy color: '#F8FAB2'

red 248 ◦ green 250 ◦ blue 178

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

Shades of Shalimar #F8FAB2

Tints of Shalimar #F8FAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.33%

R = 36.69%
G = 36.98%
B = 26.33%

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

#F8FAB2 (or 0xF8FAB2) is known color: Shalimar. HEX triplet: F8, FA and B2. RGB value is (248,250,178). Sum of RGB (Red+Green+Blue) = 248+250+178=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 178 (69.92% from 255 or 26.33% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAB2 is #07054D. Grayscale: #F1F1F1. Windows color (decimal): -460110 or 11729656. OLE color: 11729656.

HSL color Cylindrical-coordinate representation of color #F8FAB2: hue angle of 61.67º 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 #F8FAB2 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 250 178 -
CMYK 0.01 0 0.29 0.02
HSL 61.67º 0.88% 0.84% -
HSV(B) 61.67º 0.29% 0.98% -
XYZ 80.93 91.54 55.52 -
YUV 241.19 92.34 132.85 -
System Red Green Blue C M Y K H S L
Decimal 248 250 178 0.01 0 0.29 0.02 61.67 0.88 0.84
Hex F8 FA B2 1 0 1D 2 3E 58 54
Octal 370 372 262 1 0 35 2 76 130 124
Binary 11111000 11111010 10110010 1 0 11101 10 111110 1011000 1010100

Color Harmonies of #F8FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAB2

Black with #F8FAB2

Text Example


Text Example

White with #F8FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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