#F2B6E6

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

Shades of Lavender Rose #F2B6E6

Tints of Lavender Rose #F2B6E6

Color information

#F2B6E6 (or 0xF2B6E6) is unknown color: approx Lavender Rose. HEX triplet: F2, B6 and E6. RGB value is (242,182,230). Sum of RGB (Red+Green+Blue) = 242+182+230=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B6E6 is #0D4919. Grayscale: #CDCDCD. Windows color (decimal): -870682 or 15120114. OLE color: 15120114.

HSL color Cylindrical-coordinate representation of color #F2B6E6: hue angle of 312º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B6E6 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB242182230-
CMYK00.250.050.05
HSL312º69.77%83.14%-
HSV(B)312º24.79%94.9%-
XYZ67.6358.0582.5-
YUV205.41141.88154.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 182 (71.48% from 255) = 27.83%
BLUE value IS 230 (90.23% from 255) = 35.17%
R=37.00%
G=27.83%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218223000.250.050.0531269.7783.14
HexF2B6E6019551384653
Octal36226634603155470106123
Binary11110010101101101110011001100110110110011100010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B6E6; }

 p { color: rgb(242,182,230); }

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

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

 a { background-color: rgb(242,182,230); }

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

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

 span { border-color: rgb(242,182,230); }

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