#F3AFE0

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

Shades of Lavender Rose #F3AFE0

Tints of Lavender Rose #F3AFE0

Color information

#F3AFE0 (or 0xF3AFE0) is unknown color: approx Lavender Rose. HEX triplet: F3, AF and E0. RGB value is (243,175,224). Sum of RGB (Red+Green+Blue) = 243+175+224=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFE0 is #0C501F. Grayscale: #C8C8C8. Windows color (decimal): -806944 or 14725107. OLE color: 14725107.

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

Color convert

RGB243175224-
CMYK00.280.080.05
HSL316.76º73.91%81.96%-
HSV(B)316.76º27.98%95.29%-
XYZ65.7555.177.69-
YUV200.92141.03158.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 224 (87.89% from 255) = 34.89%
R=37.85%
G=27.26%
B=34.89%

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
Decimal24317522400.280.080.05316.7673.9181.96
HexF3AFE001C8513d4a52
Octal363257340034105475112122
Binary111100111010111111100000011100100010110011110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFE0; }

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

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

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

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

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

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

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

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