#FFB6F9

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

Shades of Lavender Rose #FFB6F9

Tints of Lavender Rose #FFB6F9

Color information

#FFB6F9 (or 0xFFB6F9) is unknown color: approx Lavender Rose. HEX triplet: FF, B6 and F9. RGB value is (255,182,249). Sum of RGB (Red+Green+Blue) = 255+182+249=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 182 (71.48% from 255 or 26.53% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F9 is #004906. Grayscale: #D3D3D3. Windows color (decimal): -18695 or 16365311. OLE color: 16365311.

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

Color convert

RGB255182249-
CMYK00.290.020
HSL304.93º100%85.69%-
HSV(B)304.93º28.63%100%-
XYZ75.0761.5697.55-
YUV211.46149.18159.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 182 (71.48% from 255) = 26.53%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=37.17%
G=26.53%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518224900.290.020304.9310085.69
HexFFB6F901D201316456
Octal37726637103520461144126
Binary11111111101101101111100101110110010011000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6F9; }

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

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

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

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

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

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

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

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