#FDFAFB

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

Shades of Lavender Blush #FDFAFB

Tints of Lavender Blush #FDFAFB

Color information

#FDFAFB (or 0xFDFAFB) is unknown color: approx Lavender Blush. HEX triplet: FD, FA and FB. RGB value is (253,250,251). Sum of RGB (Red+Green+Blue) = 253+250+251=754 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.55% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 251 (98.44% from 255 or 33.29% from 754); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAFB is #020504. Grayscale: #FBFBFB. Windows color (decimal): -132357 or 16513789. OLE color: 16513789.

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

Color convert

RGB253250251-
CMYK00.010.010.01
HSL340º42.86%98.63%-
HSV(B)340º1.19%99.22%-
XYZ92.1196.22104.98-
YUV251.01127.99129.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.55%
GREEN value IS 250 (98.05% from 255) = 33.16%
BLUE value IS 251 (98.44% from 255) = 33.29%
R=33.55%
G=33.16%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325025100.010.010.0134042.8698.63
HexFDFAFB01111542b63
Octal375372373011152453143
Binary11111101111110101111101101111010101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAFB; }

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

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

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

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

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

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

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

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