#FFF6F7

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

Shades of Lavender Blush #FFF6F7

Tints of Lavender Blush #FFF6F7

Color information

#FFF6F7 (or 0xFFF6F7) is unknown color: approx Lavender Blush. HEX triplet: FF, F6 and F7. RGB value is (255,246,247). Sum of RGB (Red+Green+Blue) = 255+246+247=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 246 (96.48% from 255 or 32.89% from 748); Blue value is 247 (96.88% from 255 or 33.02% from 748); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6F7 is #000908. Grayscale: #F8F8F8. Windows color (decimal): -2313 or 16250623. OLE color: 16250623.

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

Color convert

RGB255246247-
CMYK00.040.030
HSL353.33º100%98.24%-
HSV(B)353.33º3.53%100%-
XYZ90.9893.89101.32-
YUV248.8126.98132.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.09%
GREEN value IS 246 (96.48% from 255) = 32.89%
BLUE value IS 247 (96.88% from 255) = 33.02%
R=34.09%
G=32.89%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524624700.040.030353.3310098.24
HexFFF6F704301616462
Octal3773663670430541144142
Binary111111111111011011110111010011010110000111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6F7; }

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

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

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

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

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

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

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

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