#FFB6F5

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

Shades of Lavender Rose #FFB6F5

Tints of Lavender Rose #FFB6F5

Color information

#FFB6F5 (or 0xFFB6F5) is unknown color: approx Lavender Rose. HEX triplet: FF, B6 and F5. RGB value is (255,182,245). Sum of RGB (Red+Green+Blue) = 255+182+245=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 182 (71.48% from 255 or 26.69% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F5 is #00490A. Grayscale: #D2D2D2. Windows color (decimal): -18699 or 16103167. OLE color: 16103167.

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

Color convert

RGB255182245-
CMYK00.290.040
HSL308.22º100%85.69%-
HSV(B)308.22º28.63%100%-
XYZ74.4561.3194.3-
YUV211.01147.18159.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 182 (71.48% from 255) = 26.69%
BLUE value IS 245 (96.09% from 255) = 35.92%
R=37.39%
G=26.69%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518224500.290.040308.2210085.69
HexFFB6F501D401346456
Octal37726636503540464144126
Binary111111111011011011110101011101100010011010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6F5; }

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

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

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

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

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

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

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

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