#FFB6E7

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

Shades of Lavender Rose #FFB6E7

Tints of Lavender Rose #FFB6E7

Color information

#FFB6E7 (or 0xFFB6E7) is unknown color: approx Lavender Rose. HEX triplet: FF, B6 and E7. RGB value is (255,182,231). Sum of RGB (Red+Green+Blue) = 255+182+231=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6E7 is #004918. Grayscale: #D1D1D1. Windows color (decimal): -18713 or 15185663. OLE color: 15185663.

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

Color convert

RGB255182231-
CMYK00.290.090
HSL319.73º100%85.69%-
HSV(B)319.73º28.63%100%-
XYZ72.3960.4983.46-
YUV209.41140.18160.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 182 (71.48% from 255) = 27.25%
BLUE value IS 231 (90.62% from 255) = 34.58%
R=38.17%
G=27.25%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518223100.290.090319.7310085.69
HexFFB6E701D901406456
Octal377266347035110500144126
Binary1111111110110110111001110111011001010100000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6E7; }

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

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

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

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

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

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

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

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