#FFF0F2

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

Shades of Lavender Blush #FFF0F2

Tints of Lavender Blush #FFF0F2

Color information

#FFF0F2 (or 0xFFF0F2) is unknown color: approx Lavender Blush. HEX triplet: FF, F0 and F2. RGB value is (255,240,242). Sum of RGB (Red+Green+Blue) = 255+240+242=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 240 (94.14% from 255 or 32.56% from 737); Blue value is 242 (94.92% from 255 or 32.84% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0F2 is #000F0D. Grayscale: #F4F4F4. Windows color (decimal): -3854 or 15921407. OLE color: 15921407.

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

Color convert

RGB255240242-
CMYK00.060.050
HSL352º100%97.06%-
HSV(B)352º5.88%100%-
XYZ88.4389.9996.71-
YUV244.71126.47135.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.60%
GREEN value IS 240 (94.14% from 255) = 32.56%
BLUE value IS 242 (94.92% from 255) = 32.84%
R=34.60%
G=32.56%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524024200.060.05035210097.06
HexFFF0F206501606461
Octal3773603620650540144141
Binary1111111111110000111100100110101010110000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0F2; }

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

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

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

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

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

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

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

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