#FFBFFA

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

Shades of Lavender Rose #FFBFFA

Tints of Lavender Rose #FFBFFA

Color information

#FFBFFA (or 0xFFBFFA) is unknown color: approx Lavender Rose. HEX triplet: FF, BF and FA. RGB value is (255,191,250). Sum of RGB (Red+Green+Blue) = 255+191+250=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 191 (75% from 255 or 27.44% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFFA is #004005. Grayscale: #D8D8D8. Windows color (decimal): -16390 or 16433151. OLE color: 16433151.

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

Color convert

RGB255191250-
CMYK00.250.020
HSL304.69º100%87.45%-
HSV(B)304.69º25.1%100%-
XYZ77.1365.4299.01-
YUV216.86146.7155.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 191 (75% from 255) = 27.44%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=36.64%
G=27.44%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519125000.250.020304.6910087.45
HexFFBFFA019201316457
Octal37727737203120461144127
Binary11111111101111111111101001100110010011000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFFA; }

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

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

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

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

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

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

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

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