#F2ADEE

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

Shades of Lavender Rose #F2ADEE

Tints of Lavender Rose #F2ADEE

Color information

#F2ADEE (or 0xF2ADEE) is unknown color: approx Lavender Rose. HEX triplet: F2, AD and EE. RGB value is (242,173,238). Sum of RGB (Red+Green+Blue) = 242+173+238=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADEE is #0D5211. Grayscale: #C8C8C8. Windows color (decimal): -872978 or 15642098. OLE color: 15642098.

HSL color Cylindrical-coordinate representation of color #F2ADEE: hue angle of 303.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADEE is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242173238-
CMYK00.290.020.05
HSL303.48º72.63%81.37%-
HSV(B)303.48º28.51%94.9%-
XYZ66.9954.9487.96-
YUV201.04148.86157.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.06%
GREEN value IS 173 (67.97% from 255) = 26.49%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=37.06%
G=26.49%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217323800.290.020.05303.4872.6381.37
HexF2ADEE01D2512f4951
Octal36225535603525457111121
Binary1111001010101101111011100111011010110010111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADEE; }

 p { color: rgb(242,173,238); }

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

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

 a { background-color: rgb(242,173,238); }

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

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

 span { border-color: rgb(242,173,238); }

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