#FEEDFB

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

Shades of Lavender Blush #FEEDFB

Tints of Lavender Blush #FEEDFB

Color information

#FEEDFB (or 0xFEEDFB) is unknown color: approx Lavender Blush. HEX triplet: FE, ED and FB. RGB value is (254,237,251). Sum of RGB (Red+Green+Blue) = 254+237+251=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 237 (92.97% from 255 or 31.94% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEDFB is #011204. Grayscale: #F3F3F3. Windows color (decimal): -70149 or 16510462. OLE color: 16510462.

HSL color Cylindrical-coordinate representation of color #FEEDFB: hue angle of 310.59º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEDFB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254237251-
CMYK00.070.010.00
HSL310.59º89.47%96.27%-
HSV(B)310.59º6.69%99.61%-
XYZ88.5788.6103.7-
YUV243.68132.13135.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.23%
GREEN value IS 237 (92.97% from 255) = 31.94%
BLUE value IS 251 (98.44% from 255) = 33.83%
R=34.23%
G=31.94%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423725100.070.010.00310.5989.4796.27
HexFEEDFB07101375960
Octal3763553730710467131140
Binary11111110111011011111101101111010011011110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEDFB; }

 p { color: rgb(254,237,251); }

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

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

 a { background-color: rgb(254,237,251); }

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

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

 span { border-color: rgb(254,237,251); }

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