#FEBBED

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

Shades of Lavender Rose #FEBBED

Tints of Lavender Rose #FEBBED

Color information

#FEBBED (or 0xFEBBED) is unknown color: approx Lavender Rose. HEX triplet: FE, BB and ED. RGB value is (254,187,237). Sum of RGB (Red+Green+Blue) = 254+187+237=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBED is #014412. Grayscale: #D4D4D4. Windows color (decimal): -82963 or 15580158. OLE color: 15580158.

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

Color convert

RGB254187237-
CMYK00.260.070.00
HSL315.22º97.1%86.47%-
HSV(B)315.22º26.38%99.61%-
XYZ73.9362.7388.33-
YUV212.73141.7157.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 187 (73.44% from 255) = 27.58%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=37.46%
G=27.58%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418723700.260.070.00315.2297.186.47
HexFEBBED01A7013b6156
Octal37627335503270473141126
Binary111111101011101111101101011010111010011101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBED; }

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

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

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

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

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

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

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

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