#FFBAF2

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

Shades of Lavender Rose #FFBAF2

Tints of Lavender Rose #FFBAF2

Color information

#FFBAF2 (or 0xFFBAF2) is unknown color: approx Lavender Rose. HEX triplet: FF, BA and F2. RGB value is (255,186,242). Sum of RGB (Red+Green+Blue) = 255+186+242=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAF2 is #00450D. Grayscale: #D4D4D4. Windows color (decimal): -17678 or 15907583. OLE color: 15907583.

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

Color convert

RGB255186242-
CMYK00.270.050
HSL311.3º100%86.47%-
HSV(B)311.3º27.06%100%-
XYZ74.8362.7992.18-
YUV213.01144.36157.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 186 (73.05% from 255) = 27.23%
BLUE value IS 242 (94.92% from 255) = 35.43%
R=37.34%
G=27.23%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518624200.270.050311.310086.47
HexFFBAF201B501376456
Octal37727236203350467144126
Binary111111111011101011110010011011101010011011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAF2; }

 p { color: rgb(255,186,242); }

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

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

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

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

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

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

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