#FBF4F7

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

Shades of Lavender Blush #FBF4F7

Tints of Lavender Blush #FBF4F7

Color information

#FBF4F7 (or 0xFBF4F7) is unknown color: approx Lavender Blush. HEX triplet: FB, F4 and F7. RGB value is (251,244,247). Sum of RGB (Red+Green+Blue) = 251+244+247=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 244 (95.70% from 255 or 32.88% from 742); Blue value is 247 (96.88% from 255 or 33.29% from 742); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4F7 is #040B08. Grayscale: #F6F6F6. Windows color (decimal): -264969 or 16250107. OLE color: 16250107.

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

Color convert

RGB251244247-
CMYK00.030.020.02
HSL334.29º46.67%97.06%-
HSV(B)334.29º2.79%98.43%-
XYZ88.9291.93101.05-
YUV246.44128.32131.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.83%
GREEN value IS 244 (95.70% from 255) = 32.88%
BLUE value IS 247 (96.88% from 255) = 33.29%
R=33.83%
G=32.88%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124424700.030.020.02334.2946.6797.06
HexFBF4F7032214e2f61
Octal373364367032251657141
Binary11111011111101001111011101110101010011101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4F7; }

 p { color: rgb(251,244,247); }

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

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

 a { background-color: rgb(251,244,247); }

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

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

 span { border-color: rgb(251,244,247); }

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