#FFB4FF

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

Shades of Lavender Rose #FFB4FF

Tints of Lavender Rose #FFB4FF

Color information

#FFB4FF (or 0xFFB4FF) is unknown color: approx Lavender Rose. HEX triplet: FF, B4 and FF. RGB value is (255,180,255). Sum of RGB (Red+Green+Blue) = 255+180+255=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 180 (70.70% from 255 or 26.09% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4FF is #004B00. Grayscale: #D2D2D2. Windows color (decimal): -19201 or 16758015. OLE color: 16758015.

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

Color convert

RGB255180255-
CMYK00.2900
HSL300º100%85.29%-
HSV(B)300º29.41%100%-
XYZ75.6161.12102.42-
YUV210.97152.85159.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 180 (70.70% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 36.96%
R=36.96%
G=26.09%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518025500.290030010085.29
HexFFB4FF01D0012c6455
Octal37726437703500454144125
Binary1111111110110100111111110111010010010110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4FF; }

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

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

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

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

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

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

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

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