#FFB4EB

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

Shades of Lavender Rose #FFB4EB

Tints of Lavender Rose #FFB4EB

Color information

#FFB4EB (or 0xFFB4EB) is unknown color: approx Lavender Rose. HEX triplet: FF, B4 and EB. RGB value is (255,180,235). Sum of RGB (Red+Green+Blue) = 255+180+235=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4EB is #004B14. Grayscale: #D0D0D0. Windows color (decimal): -19221 or 15447295. OLE color: 15447295.

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

Color convert

RGB255180235-
CMYK00.290.080
HSL316º100%85.29%-
HSV(B)316º29.41%100%-
XYZ72.5659.986.34-
YUV208.69142.85161.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 180 (70.70% from 255) = 26.87%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=38.06%
G=26.87%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518023500.290.08031610085.29
HexFFB4EB01D8013c6455
Octal377264353035100474144125
Binary1111111110110100111010110111011000010011110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4EB; }

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

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

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

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

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

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

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

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