#FFF9FC

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

Shades of Lavender Blush #FFF9FC

Tints of Lavender Blush #FFF9FC

Color information

#FFF9FC (or 0xFFF9FC) is unknown color: approx Lavender Blush. HEX triplet: FF, F9 and FC. RGB value is (255,249,252). Sum of RGB (Red+Green+Blue) = 255+249+252=756 (100% of max value = 765). Red value is 255 (100% from 255 or 33.73% from 756); Green value is 249 (97.66% from 255 or 32.94% from 756); Blue value is 252 (98.83% from 255 or 33.33% from 756); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9FC is #000603. Grayscale: #FBFBFB. Windows color (decimal): -1540 or 16579071. OLE color: 16579071.

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

Color convert

RGB255249252-
CMYK00.020.010
HSL330º100%98.82%-
HSV(B)330º2.35%100%-
XYZ92.6996.04105.75-
YUV251.14128.49130.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.73%
GREEN value IS 249 (97.66% from 255) = 32.94%
BLUE value IS 252 (98.83% from 255) = 33.33%
R=33.73%
G=32.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524925200.020.01033010098.82
HexFFF9FC021014a6463
Octal3773713740210512144143
Binary1111111111111001111111000101010100101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF9FC; }

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

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

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

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

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

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

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

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