#F2ADEC

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

Shades of Lavender Rose #F2ADEC

Tints of Lavender Rose #F2ADEC

Color information

#F2ADEC (or 0xF2ADEC) is unknown color: approx Lavender Rose. HEX triplet: F2, AD and EC. RGB value is (242,173,236). Sum of RGB (Red+Green+Blue) = 242+173+236=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADEC is #0D5213. Grayscale: #C8C8C8. Windows color (decimal): -872980 or 15511026. OLE color: 15511026.

HSL color Cylindrical-coordinate representation of color #F2ADEC: hue angle of 305.22º 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 #F2ADEC is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242173236-
CMYK00.290.020.05
HSL305.22º72.63%81.37%-
HSV(B)305.22º28.51%94.9%-
XYZ66.754.8286.42-
YUV200.81147.86157.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 173 (67.97% from 255) = 26.57%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=37.17%
G=26.57%
B=36.25%

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
Decimal24217323600.290.020.05305.2272.6381.37
HexF2ADEC01D251314951
Octal36225535403525461111121
Binary1111001010101101111011000111011010110011000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADEC; }

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

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

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

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

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

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

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

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