#F2AEDD

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

Shades of Lavender Rose #F2AEDD

Tints of Lavender Rose #F2AEDD

Color information

#F2AEDD (or 0xF2AEDD) is unknown color: approx Lavender Rose. HEX triplet: F2, AE and DD. RGB value is (242,174,221). Sum of RGB (Red+Green+Blue) = 242+174+221=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEDD is #0D5122. Grayscale: #C7C7C7. Windows color (decimal): -872739 or 14528242. OLE color: 14528242.

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

Color convert

RGB242174221-
CMYK00.280.090.05
HSL318.53º72.34%81.57%-
HSV(B)318.53º28.1%94.9%-
XYZ64.8154.3775.49-
YUV199.69140.03158.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=37.99%
G=27.32%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217422100.280.090.05318.5372.3481.57
HexF2AEDD01C9513f4852
Octal362256335034115477110122
Binary111100101010111011011101011100100110110011111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEDD; }

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

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

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

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

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

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

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

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