#FFF6FA

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

Shades of Lavender Blush #FFF6FA

Tints of Lavender Blush #FFF6FA

Color information

#FFF6FA (or 0xFFF6FA) is unknown color: approx Lavender Blush. HEX triplet: FF, F6 and FA. RGB value is (255,246,250). Sum of RGB (Red+Green+Blue) = 255+246+250=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 246 (96.48% from 255 or 32.76% from 751); Blue value is 250 (98.05% from 255 or 33.29% from 751); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6FA is #000905. Grayscale: #F9F9F9. Windows color (decimal): -2310 or 16447231. OLE color: 16447231.

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

Color convert

RGB255246250-
CMYK00.040.020
HSL333.33º100%98.24%-
HSV(B)333.33º3.53%100%-
XYZ91.4594.07103.78-
YUV249.15128.48132.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.95%
GREEN value IS 246 (96.48% from 255) = 32.76%
BLUE value IS 250 (98.05% from 255) = 33.29%
R=33.95%
G=32.76%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524625000.040.020333.3310098.24
HexFFF6FA042014d6462
Octal3773663720420515144142
Binary111111111111011011111010010010010100110111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6FA; }

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

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

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

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

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

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

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

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