#FFF5F6

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

Shades of Lavender Blush #FFF5F6

Tints of Lavender Blush #FFF5F6

Color information

#FFF5F6 (or 0xFFF5F6) is unknown color: approx Lavender Blush. HEX triplet: FF, F5 and F6. RGB value is (255,245,246). Sum of RGB (Red+Green+Blue) = 255+245+246=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 245 (96.09% from 255 or 32.84% from 746); Blue value is 246 (96.48% from 255 or 32.98% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5F6 is #000A09. Grayscale: #F8F8F8. Windows color (decimal): -2570 or 16184831. OLE color: 16184831.

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

Color convert

RGB255245246-
CMYK00.040.040
HSL354º100%98.04%-
HSV(B)354º3.92%100%-
XYZ90.5393.22100.41-
YUV248.1126.81132.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.18%
GREEN value IS 245 (96.09% from 255) = 32.84%
BLUE value IS 246 (96.48% from 255) = 32.98%
R=34.18%
G=32.84%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524524600.040.04035410098.04
HexFFF5F604401626462
Octal3773653660440542144142
Binary1111111111110101111101100100100010110001011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5F6; }

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

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

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

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

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

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

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

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