#FFF9FE

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

Shades of Lavender Blush #FFF9FE

Tints of Lavender Blush #FFF9FE

Color information

#FFF9FE (or 0xFFF9FE) is unknown color: approx Lavender Blush. HEX triplet: FF, F9 and FE. RGB value is (255,249,254). Sum of RGB (Red+Green+Blue) = 255+249+254=758 (100% of max value = 765). Red value is 255 (100% from 255 or 33.64% from 758); Green value is 249 (97.66% from 255 or 32.85% from 758); Blue value is 254 (99.61% from 255 or 33.51% from 758); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9FE is #000601. Grayscale: #FBFBFB. Windows color (decimal): -1538 or 16710143. OLE color: 16710143.

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

Color convert

RGB255249254-
CMYK00.020.000
HSL310º100%98.82%-
HSV(B)310º2.35%100%-
XYZ93.0196.17107.43-
YUV251.36129.49130.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.64%
GREEN value IS 249 (97.66% from 255) = 32.85%
BLUE value IS 254 (99.61% from 255) = 33.51%
R=33.64%
G=32.85%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524925400.020.00031010098.82
HexFFF9FE02001366463
Octal3773713760200466144143
Binary1111111111111001111111100100010011011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF9FE; }

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

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

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

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

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

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

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

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