#FFFAFB

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

Shades of Lavender Blush #FFFAFB

Tints of Lavender Blush #FFFAFB

Color information

#FFFAFB (or 0xFFFAFB) is unknown color: approx Lavender Blush. HEX triplet: FF, FA and FB. RGB value is (255,250,251). Sum of RGB (Red+Green+Blue) = 255+250+251=756 (100% of max value = 765). Red value is 255 (100% from 255 or 33.73% from 756); Green value is 250 (98.05% from 255 or 33.07% from 756); Blue value is 251 (98.44% from 255 or 33.20% from 756); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAFB is #000504. Grayscale: #FBFBFB. Windows color (decimal): -1285 or 16513791. OLE color: 16513791.

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

Color convert

RGB255250251-
CMYK00.020.020
HSL348º100%99.02%-
HSV(B)348º1.96%100%-
XYZ92.8496.6105.02-
YUV251.61127.66130.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.73%
GREEN value IS 250 (98.05% from 255) = 33.07%
BLUE value IS 251 (98.44% from 255) = 33.20%
R=33.73%
G=33.07%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525025100.020.02034810099.02
HexFFFAFB022015c6463
Octal3773723730220534144143
Binary11111111111110101111101101010010101110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAFB; }

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

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

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

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

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

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

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

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