#FEDFF5

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

Shades of Lavender Blush #FEDFF5

Tints of Lavender Blush #FEDFF5

Color information

#FEDFF5 (or 0xFEDFF5) is unknown color: approx Lavender Blush. HEX triplet: FE, DF and F5. RGB value is (254,223,245). Sum of RGB (Red+Green+Blue) = 254+223+245=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF5 is #01200A. Grayscale: #EAEAEA. Windows color (decimal): -73739 or 16113662. OLE color: 16113662.

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

Color convert

RGB254223245-
CMYK00.120.040.00
HSL317.42º93.94%93.53%-
HSV(B)317.42º12.2%99.61%-
XYZ83.7480.4497.5-
YUV234.78133.77141.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 223 (87.5% from 255) = 30.89%
BLUE value IS 245 (96.09% from 255) = 33.93%
R=35.18%
G=30.89%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422324500.120.040.00317.4293.9493.53
HexFEDFF50C4013d5e5e
Octal37633736501440475136136
Binary11111110110111111111010101100100010011110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFF5; }

 p { color: rgb(254,223,245); }

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

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

 a { background-color: rgb(254,223,245); }

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

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

 span { border-color: rgb(254,223,245); }

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