#F898DC

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

Shades of Lavender Rose #F898DC

Tints of Lavender Rose #F898DC

Color information

#F898DC (or 0xF898DC) is unknown color: approx Lavender Rose. HEX triplet: F8, 98 and DC. RGB value is (248,152,220). Sum of RGB (Red+Green+Blue) = 248+152+220=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F898DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898DC is #076723. Grayscale: #BCBCBC. Windows color (decimal): -485156 or 14457080. OLE color: 14457080.

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

Color convert

RGB248152220-
CMYK00.390.110.03
HSL317.5º87.27%78.43%-
HSV(B)317.5º38.71%97.25%-
XYZ62.8647.5873.58-
YUV188.46145.8170.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 152 (59.77% from 255) = 24.52%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=40%
G=24.52%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815222000.390.110.03317.587.2778.43
HexF898DC027B313e574e
Octal370230334047133476127116
Binary111110001001100011011100010011110111110011111010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F898DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F898DC; }

 p { color: rgb(248,152,220); }

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

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

 a { background-color: rgb(248,152,220); }

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

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

 span { border-color: rgb(248,152,220); }

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