#FFFAAC

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

Shades of Shalimar #FFFAAC

Tints of Shalimar #FFFAAC

Color information

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

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

Color convert

RGB255250172-
CMYK00.020.330
HSL56.39º100%83.73%-
HSV(B)56.39º32.55%100%-
XYZ82.8792.6152.54-
YUV242.688.16136.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525017200.020.33056.3910083.73
HexFFFAAC02210386454
Octal3773722540241070144124
Binary111111111111101010101100010100001011100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAAC; }

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

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

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

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

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

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

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

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