#FFB4E8

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

Shades of Lavender Rose #FFB4E8

Tints of Lavender Rose #FFB4E8

Color information

#FFB4E8 (or 0xFFB4E8) is unknown color: approx Lavender Rose. HEX triplet: FF, B4 and E8. RGB value is (255,180,232). Sum of RGB (Red+Green+Blue) = 255+180+232=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 180 (70.70% from 255 or 26.99% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4E8 is #004B17. Grayscale: #D0D0D0. Windows color (decimal): -19224 or 15250687. OLE color: 15250687.

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

Color convert

RGB255180232-
CMYK00.290.090
HSL318.4º100%85.29%-
HSV(B)318.4º29.41%100%-
XYZ72.1359.7384.07-
YUV208.35141.35161.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 180 (70.70% from 255) = 26.99%
BLUE value IS 232 (91.02% from 255) = 34.78%
R=38.23%
G=26.99%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518023200.290.090318.410085.29
HexFFB4E801D9013e6455
Octal377264350035110476144125
Binary1111111110110100111010000111011001010011111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4E8; }

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

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

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

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

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

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

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

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