#F89BD3

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

Shades of Lavender Rose #F89BD3

Tints of Lavender Rose #F89BD3

Color information

#F89BD3 (or 0xF89BD3) is unknown color: approx Lavender Rose. HEX triplet: F8, 9B and D3. RGB value is (248,155,211). Sum of RGB (Red+Green+Blue) = 248+155+211=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BD3 is #07642C. Grayscale: #BDBDBD. Windows color (decimal): -484397 or 13868024. OLE color: 13868024.

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

Color convert

RGB248155211-
CMYK00.380.150.03
HSL323.87º86.92%79.02%-
HSV(B)323.87º37.5%97.25%-
XYZ62.1948.167.63-
YUV189.19140.31169.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=40.39%
G=25.24%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815521100.380.150.03323.8786.9279.02
HexF89BD3026F3144574f
Octal370233323046173504127117
Binary111110001001101111010011010011011111110100010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89BD3; }

 p { color: rgb(248,155,211); }

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

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

 a { background-color: rgb(248,155,211); }

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

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

 span { border-color: rgb(248,155,211); }

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