#F89CD9

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

Shades of Lavender Rose #F89CD9

Tints of Lavender Rose #F89CD9

Color information

#F89CD9 (or 0xF89CD9) is unknown color: approx Lavender Rose. HEX triplet: F8, 9C and D9. RGB value is (248,156,217). Sum of RGB (Red+Green+Blue) = 248+156+217=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CD9 is #076326. Grayscale: #BEBEBE. Windows color (decimal): -484135 or 14261496. OLE color: 14261496.

HSL color Cylindrical-coordinate representation of color #F89CD9: hue angle of 320.22º 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 #F89CD9 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248156217-
CMYK00.370.120.03
HSL320.22º86.79%79.22%-
HSV(B)320.22º37.1%97.25%-
XYZ63.1248.7471.73-
YUV190.46142.98169.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.94%
GREEN value IS 156 (61.33% from 255) = 25.12%
BLUE value IS 217 (85.16% from 255) = 34.94%
R=39.94%
G=25.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815621700.370.120.03320.2286.7979.22
HexF89CD9025C3140574f
Octal370234331045143500127117
Binary111110001001110011011001010010111001110100000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89CD9; }

 p { color: rgb(248,156,217); }

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

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

 a { background-color: rgb(248,156,217); }

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

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

 span { border-color: rgb(248,156,217); }

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