#F6B1EE

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

Shades of Lavender Rose #F6B1EE

Tints of Lavender Rose #F6B1EE

Color information

#F6B1EE (or 0xF6B1EE) is unknown color: approx Lavender Rose. HEX triplet: F6, B1 and EE. RGB value is (246,177,238). Sum of RGB (Red+Green+Blue) = 246+177+238=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 177 (69.53% from 255 or 26.78% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B1EE is #094E11. Grayscale: #CCCCCC. Windows color (decimal): -609810 or 15643126. OLE color: 15643126.

HSL color Cylindrical-coordinate representation of color #F6B1EE: hue angle of 306.96º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B1EE is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246177238-
CMYK00.280.030.04
HSL306.96º79.31%82.94%-
HSV(B)306.96º28.05%96.47%-
XYZ69.1657.2188.29-
YUV204.58146.86157.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 177 (69.53% from 255) = 26.78%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=37.22%
G=26.78%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617723800.280.030.04306.9679.3182.94
HexF6B1EE01C341334f53
Octal36626135603434463117123
Binary1111011010110001111011100111001110010011001110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B1EE; }

 p { color: rgb(246,177,238); }

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

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

 a { background-color: rgb(246,177,238); }

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

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

 span { border-color: rgb(246,177,238); }

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