#FFB4FA

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

Shades of Lavender Rose #FFB4FA

Tints of Lavender Rose #FFB4FA

Color information

#FFB4FA (or 0xFFB4FA) is unknown color: approx Lavender Rose. HEX triplet: FF, B4 and FA. RGB value is (255,180,250). Sum of RGB (Red+Green+Blue) = 255+180+250=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 180 (70.70% from 255 or 26.28% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4FA is #004B05. Grayscale: #D2D2D2. Windows color (decimal): -19206 or 16430335. OLE color: 16430335.

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

Color convert

RGB255180250-
CMYK00.290.020
HSL304º100%85.29%-
HSV(B)304º29.41%100%-
XYZ74.8260.898.24-
YUV210.4150.35159.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 180 (70.70% from 255) = 26.28%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=37.23%
G=26.28%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518025000.290.02030410085.29
HexFFB4FA01D201306455
Octal37726437203520460144125
Binary11111111101101001111101001110110010011000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4FA; }

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

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

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

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

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

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

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

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