#F8FBB2

Color #F8FBB2 Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #F8FBB2

Tints of Shalimar #F8FBB2

Color information

#F8FBB2 (or 0xF8FBB2) is unknown color: approx Shalimar. HEX triplet: F8, FB and B2. RGB value is (248,251,178). Sum of RGB (Red+Green+Blue) = 248+251+178=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 178 (69.92% from 255 or 26.29% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FBB2 is #07044D. Grayscale: #F2F2F2. Windows color (decimal): -459854 or 11729912. OLE color: 11729912.

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

Color convert

RGB248251178-
CMYK0.0100.290.02
HSL62.47º90.12%84.12%-
HSV(B)62.47º29.08%98.43%-
XYZ81.2492.1755.63-
YUV241.7892.01132.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 178 (69.92% from 255) = 26.29%
R=36.63%
G=37.08%
B=26.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482511780.0100.290.0262.4790.1284.12
HexF8FBB2101D23e5a54
Octal3703732621035276132124
Binary11111000111110111011001010111011011111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FBB2; }

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

 H1.HeaderClassName
 {
   color: #F8FBB2;
 }
 .AnyTagClassName
 {
   color: #F8FBB2;
 }
</style>
background-color css

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

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

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

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

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

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