#FDF1FB

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

Shades of Lavender Blush #FDF1FB

Tints of Lavender Blush #FDF1FB

Color information

#FDF1FB (or 0xFDF1FB) is unknown color: approx Lavender Blush. HEX triplet: FD, F1 and FB. RGB value is (253,241,251). Sum of RGB (Red+Green+Blue) = 253+241+251=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 241 (94.53% from 255 or 32.35% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1FB is #020E04. Grayscale: #F5F5F5. Windows color (decimal): -134661 or 16511485. OLE color: 16511485.

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

Color convert

RGB253241251-
CMYK00.050.010.01
HSL310º75%96.86%-
HSV(B)310º4.74%99.22%-
XYZ89.3890.76104.07-
YUV245.73130.98133.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.96%
GREEN value IS 241 (94.53% from 255) = 32.35%
BLUE value IS 251 (98.44% from 255) = 33.69%
R=33.96%
G=32.35%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324125100.050.010.013107596.86
HexFDF1FB05111364b61
Octal3753613730511466113141
Binary11111101111100011111101101011110011011010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1FB; }

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

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

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

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

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

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

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

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