#FAFFB3

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

Shades of Shalimar #FAFFB3

Tints of Shalimar #FAFFB3

Color information

#FAFFB3 (or 0xFAFFB3) is unknown color: approx Shalimar. HEX triplet: FA, FF and B3. RGB value is (250,255,179). Sum of RGB (Red+Green+Blue) = 250+255+179=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 179 (70.31% from 255 or 26.17% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFB3 is #05004C. Grayscale: #F5F5F5. Windows color (decimal): -327757 or 11796474. OLE color: 11796474.

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

Color convert

RGB250255179-
CMYK0.0200.300
HSL63.95º100%85.1%-
HSV(B)63.95º29.8%100%-
XYZ83.3295.156.61-
YUV244.8490.84131.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 179 (70.31% from 255) = 26.17%
R=36.55%
G=37.28%
B=26.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551790.0200.30063.9510085.1
HexFAFFB3201E0406455
Octal37237726320360100144125
Binary111110101111111110110011100111100100000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFB3; }

 p { color: rgb(250,255,179); }

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

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

 a { background-color: rgb(250,255,179); }

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

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

 span { border-color: rgb(250,255,179); }

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