#F89CD0

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

Shades of Lavender Pink #F89CD0

Tints of Lavender Pink #F89CD0

Color information

#F89CD0 (or 0xF89CD0) is unknown color: approx Lavender Pink. HEX triplet: F8, 9C and D0. RGB value is (248,156,208). Sum of RGB (Red+Green+Blue) = 248+156+208=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CD0 is #07632F. Grayscale: #BDBDBD. Windows color (decimal): -484144 or 13671672. OLE color: 13671672.

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

Color convert

RGB248156208-
CMYK00.370.160.03
HSL326.09º86.79%79.22%-
HSV(B)326.09º37.1%97.25%-
XYZ61.9948.2965.73-
YUV189.44138.48169.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 208 (81.64% from 255) = 33.99%
R=40.52%
G=25.49%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815620800.370.160.03326.0986.7979.22
HexF89CD0025103146574f
Octal370234320045203506127117
Binary1111100010011100110100000100101100001110100011010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89CD0; }

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

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

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

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

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

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

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

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