#F39DE4

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

Shades of Lavender Rose #F39DE4

Tints of Lavender Rose #F39DE4

Color information

#F39DE4 (or 0xF39DE4) is unknown color: approx Lavender Rose. HEX triplet: F3, 9D and E4. RGB value is (243,157,228). Sum of RGB (Red+Green+Blue) = 243+157+228=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F39DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39DE4 is #0C621B. Grayscale: #BEBEBE. Windows color (decimal): -811548 or 14982643. OLE color: 14982643.

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

Color convert

RGB243157228-
CMYK00.350.060.05
HSL310.47º78.18%78.43%-
HSV(B)310.47º35.39%95.29%-
XYZ63.0248.7779.49-
YUV190.81148.99165.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 157 (61.72% from 255) = 25%
BLUE value IS 228 (89.45% from 255) = 36.31%
R=38.69%
G=25%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315722800.350.060.05310.4778.1878.43
HexF39DE4023651364e4e
Octal36323534404365466116116
Binary111100111001110111100100010001111010110011011010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39DE4; }

 p { color: rgb(243,157,228); }

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

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

 a { background-color: rgb(243,157,228); }

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

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

 span { border-color: rgb(243,157,228); }

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