#F2AEDE

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

Shades of Lavender Rose #F2AEDE

Tints of Lavender Rose #F2AEDE

Color information

#F2AEDE (or 0xF2AEDE) is unknown color: approx Lavender Rose. HEX triplet: F2, AE and DE. RGB value is (242,174,222). Sum of RGB (Red+Green+Blue) = 242+174+222=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEDE is #0D5121. Grayscale: #C7C7C7. Windows color (decimal): -872738 or 14593778. OLE color: 14593778.

HSL color Cylindrical-coordinate representation of color #F2AEDE: hue angle of 317.65º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AEDE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242174222-
CMYK00.280.080.05
HSL317.65º72.34%81.57%-
HSV(B)317.65º28.1%94.9%-
XYZ64.9454.4276.19-
YUV199.8140.53158.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 174 (68.36% from 255) = 27.27%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=37.93%
G=27.27%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217422200.280.080.05317.6572.3481.57
HexF2AEDE01C8513e4852
Octal362256336034105476110122
Binary111100101010111011011110011100100010110011111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEDE; }

 p { color: rgb(242,174,222); }

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

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

 a { background-color: rgb(242,174,222); }

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

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

 span { border-color: rgb(242,174,222); }

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