#FFF9FA

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

Shades of Lavender Blush #FFF9FA

Tints of Lavender Blush #FFF9FA

Color information

#FFF9FA (or 0xFFF9FA) is unknown color: approx Lavender Blush. HEX triplet: FF, F9 and FA. RGB value is (255,249,250). Sum of RGB (Red+Green+Blue) = 255+249+250=754 (99% of max value = 765). Red value is 255 (100% from 255 or 33.82% from 754); Green value is 249 (97.66% from 255 or 33.02% from 754); Blue value is 250 (98.05% from 255 or 33.16% from 754); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9FA is #000605. Grayscale: #FAFAFA. Windows color (decimal): -1542 or 16447999. OLE color: 16447999.

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

Color convert

RGB255249250-
CMYK00.020.020
HSL350º100%98.82%-
HSV(B)350º2.35%100%-
XYZ92.3795.91104.09-
YUV250.91127.49130.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.82%
GREEN value IS 249 (97.66% from 255) = 33.02%
BLUE value IS 250 (98.05% from 255) = 33.16%
R=33.82%
G=33.02%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524925000.020.02035010098.82
HexFFF9FA022015e6463
Octal3773713720220536144143
Binary11111111111110011111101001010010101111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF9FA; }

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

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

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

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

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

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

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

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