#F6B2ED

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

Shades of Lavender Rose #F6B2ED

Tints of Lavender Rose #F6B2ED

Color information

#F6B2ED (or 0xF6B2ED) is unknown color: approx Lavender Rose. HEX triplet: F6, B2 and ED. RGB value is (246,178,237). Sum of RGB (Red+Green+Blue) = 246+178+237=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 178 (69.92% from 255 or 26.93% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B2ED is #094D12. Grayscale: #CCCCCC. Windows color (decimal): -609555 or 15577846. OLE color: 15577846.

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

Color convert

RGB246178237-
CMYK00.280.040.04
HSL307.94º79.07%83.14%-
HSV(B)307.94º27.64%96.47%-
XYZ69.2157.5587.58-
YUV205.06146.03157.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 178 (69.92% from 255) = 26.93%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=37.22%
G=26.93%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617823700.280.040.04307.9479.0783.14
HexF6B2ED01C441344f53
Octal36626235503444464117123
Binary11110110101100101110110101110010010010011010010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B2ED; }

 p { color: rgb(246,178,237); }

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

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

 a { background-color: rgb(246,178,237); }

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

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

 span { border-color: rgb(246,178,237); }

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