#FFF0F7

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

Shades of Lavender Blush #FFF0F7

Tints of Lavender Blush #FFF0F7

Color information

#FFF0F7 (or 0xFFF0F7) is unknown color: approx Lavender Blush. HEX triplet: FF, F0 and F7. RGB value is (255,240,247). Sum of RGB (Red+Green+Blue) = 255+240+247=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 240 (94.14% from 255 or 32.35% from 742); Blue value is 247 (96.88% from 255 or 33.29% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0F7 is #000F08. Grayscale: #F5F5F5. Windows color (decimal): -3849 or 16249087. OLE color: 16249087.

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

Color convert

RGB255240247-
CMYK00.060.030
HSL332º100%97.06%-
HSV(B)332º5.88%100%-
XYZ89.1990.3100.72-
YUV245.28128.97134.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.37%
GREEN value IS 240 (94.14% from 255) = 32.35%
BLUE value IS 247 (96.88% from 255) = 33.29%
R=34.37%
G=32.35%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524024700.060.03033210097.06
HexFFF0F7063014c6461
Octal3773603670630514144141
Binary111111111111000011110111011011010100110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0F7; }

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

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

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

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

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

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

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

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