#F89DEC

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

Shades of Lavender Rose #F89DEC

Tints of Lavender Rose #F89DEC

Color information

#F89DEC (or 0xF89DEC) is unknown color: approx Lavender Rose. HEX triplet: F8, 9D and EC. RGB value is (248,157,236). Sum of RGB (Red+Green+Blue) = 248+157+236=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 157 (61.72% from 255 or 24.49% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89DEC is #076213. Grayscale: #C0C0C0. Windows color (decimal): -483860 or 15506936. OLE color: 15506936.

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

Color convert

RGB248157236-
CMYK00.370.050.03
HSL307.91º86.67%79.41%-
HSV(B)307.91º36.69%97.25%-
XYZ65.9150.1385.56-
YUV193.21152.15167.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 157 (61.72% from 255) = 24.49%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=38.69%
G=24.49%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815723600.370.050.03307.9186.6779.41
HexF89DEC02553134574f
Octal37023535404553464127117
Binary11111000100111011110110001001011011110011010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89DEC; }

 p { color: rgb(248,157,236); }

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

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

 a { background-color: rgb(248,157,236); }

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

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

 span { border-color: rgb(248,157,236); }

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