#FFF2FB

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

Shades of Lavender Blush #FFF2FB

Tints of Lavender Blush #FFF2FB

Color information

#FFF2FB (or 0xFFF2FB) is unknown color: approx Lavender Blush. HEX triplet: FF, F2 and FB. RGB value is (255,242,251). Sum of RGB (Red+Green+Blue) = 255+242+251=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 242 (94.92% from 255 or 32.35% from 748); Blue value is 251 (98.44% from 255 or 33.56% from 748); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2FB is #000D04. Grayscale: #F6F6F6. Windows color (decimal): -3333 or 16511743. OLE color: 16511743.

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

Color convert

RGB255242251-
CMYK00.050.020
HSL318.46º100%97.45%-
HSV(B)318.46º5.1%100%-
XYZ90.491.73104.21-
YUV246.91130.31133.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.09%
GREEN value IS 242 (94.92% from 255) = 32.35%
BLUE value IS 251 (98.44% from 255) = 33.56%
R=34.09%
G=32.35%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524225100.050.020318.4610097.45
HexFFF2FB052013e6461
Octal3773623730520476144141
Binary111111111111001011111011010110010011111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2FB; }

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

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

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

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

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

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

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

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