#F6B0EA

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

Shades of Lavender Rose #F6B0EA

Tints of Lavender Rose #F6B0EA

Color information

#F6B0EA (or 0xF6B0EA) is unknown color: approx Lavender Rose. HEX triplet: F6, B0 and EA. RGB value is (246,176,234). Sum of RGB (Red+Green+Blue) = 246+176+234=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B0EA is #094F15. Grayscale: #CBCBCB. Windows color (decimal): -610070 or 15380726. OLE color: 15380726.

HSL color Cylindrical-coordinate representation of color #F6B0EA: hue angle of 310.29º degrees, saturation: 0.8, 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 #F6B0EA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB246176234-
CMYK00.280.050.04
HSL310.29º79.55%82.75%-
HSV(B)310.29º28.46%96.47%-
XYZ68.3856.5885.16-
YUV203.54145.19158.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.5%
GREEN value IS 176 (69.14% from 255) = 26.83%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=37.5%
G=26.83%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617623400.280.050.04310.2979.5582.75
HexF6B0EA01C541365053
Octal36626035203454466120123
Binary11110110101100001110101001110010110010011011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B0EA; }

 p { color: rgb(246,176,234); }

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

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

 a { background-color: rgb(246,176,234); }

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

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

 span { border-color: rgb(246,176,234); }

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