#FBF4F8

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

Shades of Lavender Blush #FBF4F8

Tints of Lavender Blush #FBF4F8

Color information

#FBF4F8 (or 0xFBF4F8) is unknown color: approx Lavender Blush. HEX triplet: FB, F4 and F8. RGB value is (251,244,248). Sum of RGB (Red+Green+Blue) = 251+244+248=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 244 (95.70% from 255 or 32.84% from 743); Blue value is 248 (97.27% from 255 or 33.38% from 743); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4F8 is #040B07. Grayscale: #F6F6F6. Windows color (decimal): -264968 or 16315643. OLE color: 16315643.

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

Color convert

RGB251244248-
CMYK00.030.010.02
HSL325.71º46.67%97.06%-
HSV(B)325.71º2.79%98.43%-
XYZ89.0891.99101.87-
YUV246.55128.82131.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.78%
GREEN value IS 244 (95.70% from 255) = 32.84%
BLUE value IS 248 (97.27% from 255) = 33.38%
R=33.78%
G=32.84%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124424800.030.010.02325.7146.6797.06
HexFBF4F803121462f61
Octal373364370031250657141
Binary1111101111110100111110000111101010001101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4F8; }

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

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

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

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

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

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

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

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