#FEB4EB

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

Shades of Lavender Rose #FEB4EB

Tints of Lavender Rose #FEB4EB

Color information

#FEB4EB (or 0xFEB4EB) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and EB. RGB value is (254,180,235). Sum of RGB (Red+Green+Blue) = 254+180+235=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 180 (70.70% from 255 or 26.91% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4EB is #014B14. Grayscale: #D0D0D0. Windows color (decimal): -84757 or 15447294. OLE color: 15447294.

HSL color Cylindrical-coordinate representation of color #FEB4EB: hue angle of 315.41º 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 #FEB4EB is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254180235-
CMYK00.290.070.00
HSL315.41º97.37%85.1%-
HSV(B)315.41º29.13%99.61%-
XYZ72.1959.7186.32-
YUV208.4143.02160.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 180 (70.70% from 255) = 26.91%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=37.97%
G=26.91%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418023500.290.070.00315.4197.3785.1
HexFEB4EB01D7013b6155
Octal37626435303570473141125
Binary111111101011010011101011011101111010011101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4EB; }

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

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

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

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

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

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

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

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