#F3A9F0

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

Shades of Lavender Rose #F3A9F0

Tints of Lavender Rose #F3A9F0

Color information

#F3A9F0 (or 0xF3A9F0) is unknown color: approx Lavender Rose. HEX triplet: F3, A9 and F0. RGB value is (243,169,240). Sum of RGB (Red+Green+Blue) = 243+169+240=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 169 (66.41% from 255 or 25.92% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A9F0 is #0C560F. Grayscale: #C7C7C7. Windows color (decimal): -808464 or 15772147. OLE color: 15772147.

HSL color Cylindrical-coordinate representation of color #F3A9F0: hue angle of 302.43º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3A9F0 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243169240-
CMYK00.300.010.05
HSL302.43º75.51%80.78%-
HSV(B)302.43º30.45%95.29%-
XYZ66.8853.7289.28-
YUV199.22151.02159.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.27%
GREEN value IS 169 (66.41% from 255) = 25.92%
BLUE value IS 240 (94.14% from 255) = 36.81%
R=37.27%
G=25.92%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316924000.300.010.05302.4375.5180.78
HexF3A9F001E1512e4c51
Octal36325136003615456114121
Binary111100111010100111110000011110110110010111010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A9F0; }

 p { color: rgb(243,169,240); }

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

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

 a { background-color: rgb(243,169,240); }

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

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

 span { border-color: rgb(243,169,240); }

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