#FAFFAC

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

Shades of Shalimar #FAFFAC

Tints of Shalimar #FAFFAC

Color information

#FAFFAC (or 0xFAFFAC) is unknown color: approx Shalimar. HEX triplet: FA, FF and AC. RGB value is (250,255,172). Sum of RGB (Red+Green+Blue) = 250+255+172=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 172 (67.58% from 255 or 25.41% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFAC is #050053. Grayscale: #F4F4F4. Windows color (decimal): -327764 or 11337722. OLE color: 11337722.

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

Color convert

RGB250255172-
CMYK0.0200.330
HSL63.61º100%83.73%-
HSV(B)63.61º32.55%100%-
XYZ82.6394.8252.98-
YUV244.0487.34132.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 172 (67.58% from 255) = 25.41%
R=36.93%
G=37.67%
B=25.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551720.0200.33063.6110083.73
HexFAFFAC20210406454
Octal37237725420410100144124
Binary1111101011111111101011001001000010100000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFAC; }

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

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

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

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

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

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

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

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