#F39FEB

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

Shades of Lavender Rose #F39FEB

Tints of Lavender Rose #F39FEB

Color information

#F39FEB (or 0xF39FEB) is unknown color: approx Lavender Rose. HEX triplet: F3, 9F and EB. RGB value is (243,159,235). Sum of RGB (Red+Green+Blue) = 243+159+235=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39FEB is #0C6014. Grayscale: #C0C0C0. Windows color (decimal): -811029 or 15441907. OLE color: 15441907.

HSL color Cylindrical-coordinate representation of color #F39FEB: hue angle of 305.71º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F39FEB is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243159235-
CMYK00.350.030.05
HSL305.71º77.78%78.82%-
HSV(B)305.71º34.57%95.29%-
XYZ64.3649.8584.83-
YUV192.78151.83163.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.15%
GREEN value IS 159 (62.5% from 255) = 24.96%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=38.15%
G=24.96%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315923500.350.030.05305.7177.7878.82
HexF39FEB023351324e4f
Octal36323735304335462116117
Binary11110011100111111110101101000111110110011001010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39FEB; }

 p { color: rgb(243,159,235); }

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

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

 a { background-color: rgb(243,159,235); }

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

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

 span { border-color: rgb(243,159,235); }

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