#F3AFDE

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

Shades of Lavender Rose #F3AFDE

Tints of Lavender Rose #F3AFDE

Color information

#F3AFDE (or 0xF3AFDE) is unknown color: approx Lavender Rose. HEX triplet: F3, AF and DE. RGB value is (243,175,222). Sum of RGB (Red+Green+Blue) = 243+175+222=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFDE is #0C5021. Grayscale: #C8C8C8. Windows color (decimal): -806946 or 14594035. OLE color: 14594035.

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

Color convert

RGB243175222-
CMYK00.280.090.05
HSL318.53º73.91%81.96%-
HSV(B)318.53º27.98%95.29%-
XYZ65.4854.9976.27-
YUV200.69140.03158.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.97%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=37.97%
G=27.34%
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
Decimal24317522200.280.090.05318.5373.9181.96
HexF3AFDE01C9513f4a52
Octal363257336034115477112122
Binary111100111010111111011110011100100110110011111110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFDE; }

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

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

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

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

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

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

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

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