#F6BBF0

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

Shades of Lavender Rose #F6BBF0

Tints of Lavender Rose #F6BBF0

Color information

#F6BBF0 (or 0xF6BBF0) is unknown color: approx Lavender Rose. HEX triplet: F6, BB and F0. RGB value is (246,187,240). Sum of RGB (Red+Green+Blue) = 246+187+240=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 187 (73.44% from 255 or 27.79% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBF0 is #09440F. Grayscale: #D2D2D2. Windows color (decimal): -607248 or 15776758. OLE color: 15776758.

HSL color Cylindrical-coordinate representation of color #F6BBF0: hue angle of 306.1º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBF0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB246187240-
CMYK00.240.020.04
HSL306.1º76.62%84.9%-
HSV(B)306.1º23.98%96.47%-
XYZ71.561.4290.53-
YUV210.68144.55153.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 187 (73.44% from 255) = 27.79%
BLUE value IS 240 (94.14% from 255) = 35.66%
R=36.55%
G=27.79%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618724000.240.020.04306.176.6284.9
HexF6BBF0018241324d55
Octal36627336003024462115125
Binary1111011010111011111100000110001010010011001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBF0; }

 p { color: rgb(246,187,240); }

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

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

 a { background-color: rgb(246,187,240); }

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

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

 span { border-color: rgb(246,187,240); }

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