#F3AEDE

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

Shades of Lavender Rose #F3AEDE

Tints of Lavender Rose #F3AEDE

Color information

#F3AEDE (or 0xF3AEDE) is unknown color: approx Lavender Rose. HEX triplet: F3, AE and DE. RGB value is (243,174,222). Sum of RGB (Red+Green+Blue) = 243+174+222=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AEDE is #0C5121. Grayscale: #C7C7C7. Windows color (decimal): -807202 or 14593779. OLE color: 14593779.

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

Color convert

RGB243174222-
CMYK00.280.090.05
HSL318.26º74.19%81.76%-
HSV(B)318.26º28.4%95.29%-
XYZ65.2854.676.21-
YUV200.1140.36158.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 174 (68.36% from 255) = 27.23%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=38.03%
G=27.23%
B=34.74%

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
Decimal24317422200.280.090.05318.2674.1981.76
HexF3AEDE01C9513e4a52
Octal363256336034115476112122
Binary111100111010111011011110011100100110110011111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AEDE; }

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

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

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

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

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

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

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

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