#FFB6F3

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

Shades of Lavender Rose #FFB6F3

Tints of Lavender Rose #FFB6F3

Color information

#FFB6F3 (or 0xFFB6F3) is unknown color: approx Lavender Rose. HEX triplet: FF, B6 and F3. RGB value is (255,182,243). Sum of RGB (Red+Green+Blue) = 255+182+243=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 182 (71.48% from 255 or 26.76% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F3 is #00490C. Grayscale: #D2D2D2. Windows color (decimal): -18701 or 15972095. OLE color: 15972095.

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

Color convert

RGB255182243-
CMYK00.290.050
HSL309.86º100%85.69%-
HSV(B)309.86º28.63%100%-
XYZ74.1561.1992.7-
YUV210.78146.18159.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 182 (71.48% from 255) = 26.76%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=37.5%
G=26.76%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518224300.290.050309.8610085.69
HexFFB6F301D501366456
Octal37726636303550466144126
Binary111111111011011011110011011101101010011011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6F3; }

 p { color: rgb(255,182,243); }

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

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

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

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

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

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

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