#FDF2F6

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

Shades of Lavender Blush #FDF2F6

Tints of Lavender Blush #FDF2F6

Color information

#FDF2F6 (or 0xFDF2F6) is unknown color: approx Lavender Blush. HEX triplet: FD, F2 and F6. RGB value is (253,242,246). Sum of RGB (Red+Green+Blue) = 253+242+246=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 242 (94.92% from 255 or 32.66% from 741); Blue value is 246 (96.48% from 255 or 33.20% from 741); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2F6 is #020D09. Grayscale: #F5F5F5. Windows color (decimal): -134410 or 16184061. OLE color: 16184061.

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

Color convert

RGB253242246-
CMYK00.040.030.01
HSL338.18º73.33%97.06%-
HSV(B)338.18º4.35%99.22%-
XYZ88.8991.04100.08-
YUV245.74128.14133.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.14%
GREEN value IS 242 (94.92% from 255) = 32.66%
BLUE value IS 246 (96.48% from 255) = 33.20%
R=34.14%
G=32.66%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324224600.040.030.01338.1873.3397.06
HexFDF2F604311524961
Octal3753623660431522111141
Binary111111011111001011110110010011110101001010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF2F6; }

 p { color: rgb(253,242,246); }

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

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

 a { background-color: rgb(253,242,246); }

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

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

 span { border-color: rgb(253,242,246); }

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