#F3AFEA

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

Shades of Lavender Rose #F3AFEA

Tints of Lavender Rose #F3AFEA

Color information

#F3AFEA (or 0xF3AFEA) is unknown color: approx Lavender Rose. HEX triplet: F3, AF and EA. RGB value is (243,175,234). Sum of RGB (Red+Green+Blue) = 243+175+234=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AFEA is #0C5015. Grayscale: #C9C9C9. Windows color (decimal): -806934 or 15380467. OLE color: 15380467.

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

Color convert

RGB243175234-
CMYK00.280.040.05
HSL307.94º73.91%81.96%-
HSV(B)307.94º27.98%95.29%-
XYZ67.1455.6685.05-
YUV202.06146.03157.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.27%
GREEN value IS 175 (68.75% from 255) = 26.84%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=37.27%
G=26.84%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317523400.280.040.05307.9473.9181.96
HexF3AFEA01C451344a52
Octal36325735203445464112122
Binary11110011101011111110101001110010010110011010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFEA; }

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

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

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

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

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

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

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

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