#FFB4E7

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

Shades of Lavender Rose #FFB4E7

Tints of Lavender Rose #FFB4E7

Color information

#FFB4E7 (or 0xFFB4E7) is unknown color: approx Lavender Rose. HEX triplet: FF, B4 and E7. RGB value is (255,180,231). Sum of RGB (Red+Green+Blue) = 255+180+231=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4E7 is #004B18. Grayscale: #D0D0D0. Windows color (decimal): -19225 or 15185151. OLE color: 15185151.

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

Color convert

RGB255180231-
CMYK00.290.090
HSL319.2º100%85.29%-
HSV(B)319.2º29.41%100%-
XYZ71.9959.6783.33-
YUV208.24140.85161.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 180 (70.70% from 255) = 27.03%
BLUE value IS 231 (90.62% from 255) = 34.68%
R=38.29%
G=27.03%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518023100.290.090319.210085.29
HexFFB4E701D9013f6455
Octal377264347035110477144125
Binary1111111110110100111001110111011001010011111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4E7; }

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

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

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

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

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

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

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

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