#FDEEF8

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

Shades of Lavender Blush #FDEEF8

Tints of Lavender Blush #FDEEF8

Color information

#FDEEF8 (or 0xFDEEF8) is unknown color: approx Lavender Blush. HEX triplet: FD, EE and F8. RGB value is (253,238,248). Sum of RGB (Red+Green+Blue) = 253+238+248=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 238 (93.36% from 255 or 32.21% from 739); Blue value is 248 (97.27% from 255 or 33.56% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF8 is #021107. Grayscale: #F3F3F3. Windows color (decimal): -135432 or 16314109. OLE color: 16314109.

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

Color convert

RGB253238248-
CMYK00.060.020.01
HSL320º78.95%96.27%-
HSV(B)320º5.93%99.22%-
XYZ88.0388.81101.31-
YUV243.62130.47134.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.24%
GREEN value IS 238 (93.36% from 255) = 32.21%
BLUE value IS 248 (97.27% from 255) = 33.56%
R=34.24%
G=32.21%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323824800.060.020.0132078.9596.27
HexFDEEF806211404f60
Octal3753563700621500117140
Binary111111011110111011111000011010110100000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEF8; }

 p { color: rgb(253,238,248); }

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

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

 a { background-color: rgb(253,238,248); }

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

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

 span { border-color: rgb(253,238,248); }

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