#FAFEB1

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

Shades of Shalimar #FAFEB1

Tints of Shalimar #FAFEB1

Color information

#FAFEB1 (or 0xFAFEB1) is unknown color: approx Shalimar. HEX triplet: FA, FE and B1. RGB value is (250,254,177). Sum of RGB (Red+Green+Blue) = 250+254+177=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 177 (69.53% from 255 or 25.99% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEB1 is #05014E. Grayscale: #F4F4F4. Windows color (decimal): -328015 or 11665146. OLE color: 11665146.

HSL color Cylindrical-coordinate representation of color #FAFEB1: hue angle of 63.12º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAFEB1 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB250254177-
CMYK0.0200.300.00
HSL63.12º97.47%84.51%-
HSV(B)63.12º30.31%99.61%-
XYZ82.894.3855.45-
YUV244.0390.17132.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 177 (69.53% from 255) = 25.99%
R=36.71%
G=37.30%
B=25.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541770.0200.300.0063.1297.4784.51
HexFAFEB1201E03f6155
Octal3723762612036077141125
Binary11111010111111101011000110011110011111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEB1; }

 p { color: rgb(250,254,177); }

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

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

 a { background-color: rgb(250,254,177); }

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

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

 span { border-color: rgb(250,254,177); }

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