#F6B2EE

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

Shades of Lavender Rose #F6B2EE

Tints of Lavender Rose #F6B2EE

Color information

#F6B2EE (or 0xF6B2EE) is unknown color: approx Lavender Rose. HEX triplet: F6, B2 and EE. RGB value is (246,178,238). Sum of RGB (Red+Green+Blue) = 246+178+238=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 178 (69.92% from 255 or 26.89% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B2EE is #094D11. Grayscale: #CDCDCD. Windows color (decimal): -609554 or 15643382. OLE color: 15643382.

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

Color convert

RGB246178238-
CMYK00.280.030.04
HSL307.06º79.07%83.14%-
HSV(B)307.06º27.64%96.47%-
XYZ69.3657.6188.35-
YUV205.17146.53157.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.16%
GREEN value IS 178 (69.92% from 255) = 26.89%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=37.16%
G=26.89%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617823800.280.030.04307.0679.0783.14
HexF6B2EE01C341334f53
Octal36626235603434463117123
Binary1111011010110010111011100111001110010011001110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B2EE; }

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

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

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

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

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

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

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

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