#FEB4E7

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

Shades of Lavender Rose #FEB4E7

Tints of Lavender Rose #FEB4E7

Color information

#FEB4E7 (or 0xFEB4E7) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and E7. RGB value is (254,180,231). Sum of RGB (Red+Green+Blue) = 254+180+231=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4E7 is #014B18. Grayscale: #CFCFCF. Windows color (decimal): -84761 or 15185150. OLE color: 15185150.

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

Color convert

RGB254180231-
CMYK00.290.090.00
HSL318.65º97.37%85.1%-
HSV(B)318.65º29.13%99.61%-
XYZ71.6259.4883.31-
YUV207.94141.02160.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 180 (70.70% from 255) = 27.07%
BLUE value IS 231 (90.62% from 255) = 34.74%
R=38.20%
G=27.07%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418023100.290.090.00318.6597.3785.1
HexFEB4E701D9013f6155
Octal376264347035110477141125
Binary1111111010110100111001110111011001010011111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4E7; }

 p { color: rgb(254,180,231); }

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

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

 a { background-color: rgb(254,180,231); }

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

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

 span { border-color: rgb(254,180,231); }

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