#F6B7EF

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

Shades of Lavender Rose #F6B7EF

Tints of Lavender Rose #F6B7EF

Color information

#F6B7EF (or 0xF6B7EF) is unknown color: approx Lavender Rose. HEX triplet: F6, B7 and EF. RGB value is (246,183,239). Sum of RGB (Red+Green+Blue) = 246+183+239=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B7EF is #094810. Grayscale: #D0D0D0. Windows color (decimal): -608273 or 15710198. OLE color: 15710198.

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

Color convert

RGB246183239-
CMYK00.260.030.04
HSL306.67º77.78%84.12%-
HSV(B)306.67º25.61%96.47%-
XYZ70.5259.6989.47-
YUV208.22145.37154.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.83%
GREEN value IS 183 (71.88% from 255) = 27.40%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=36.83%
G=27.40%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618323900.260.030.04306.6777.7884.12
HexF6B7EF01A341334e54
Octal36626735703234463116124
Binary1111011010110111111011110110101110010011001110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B7EF; }

 p { color: rgb(246,183,239); }

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

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

 a { background-color: rgb(246,183,239); }

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

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

 span { border-color: rgb(246,183,239); }

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