#FBF3F8

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

Shades of Lavender Blush #FBF3F8

Tints of Lavender Blush #FBF3F8

Color information

#FBF3F8 (or 0xFBF3F8) is unknown color: approx Lavender Blush. HEX triplet: FB, F3 and F8. RGB value is (251,243,248). Sum of RGB (Red+Green+Blue) = 251+243+248=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 243 (95.31% from 255 or 32.75% from 742); Blue value is 248 (97.27% from 255 or 33.42% from 742); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3F8 is #040C07. Grayscale: #F5F5F5. Windows color (decimal): -265224 or 16315387. OLE color: 16315387.

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

Color convert

RGB251243248-
CMYK00.030.010.02
HSL322.5º50%96.86%-
HSV(B)322.5º3.19%98.43%-
XYZ88.7891.39101.77-
YUV245.96129.15131.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.83%
GREEN value IS 243 (95.31% from 255) = 32.75%
BLUE value IS 248 (97.27% from 255) = 33.42%
R=33.83%
G=32.75%
B=33.42%

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
Decimal25124324800.030.010.02322.55096.86
HexFBF3F803121423261
Octal373363370031250262141
Binary1111101111110011111110000111101010000101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3F8; }

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

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

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

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

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

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

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

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