#F898D4

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

Shades of Lavender Rose #F898D4

Tints of Lavender Rose #F898D4

Color information

#F898D4 (or 0xF898D4) is unknown color: approx Lavender Rose. HEX triplet: F8, 98 and D4. RGB value is (248,152,212). Sum of RGB (Red+Green+Blue) = 248+152+212=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F898D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898D4 is #07672B. Grayscale: #BBBBBB. Windows color (decimal): -485164 or 13932792. OLE color: 13932792.

HSL color Cylindrical-coordinate representation of color #F898D4: hue angle of 322.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 #F898D4 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB248152212-
CMYK00.390.150.03
HSL322.5º87.27%78.43%-
HSV(B)322.5º38.71%97.25%-
XYZ61.8247.1768.13-
YUV187.54141.8171.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 212 (83.20% from 255) = 34.64%
R=40.52%
G=24.84%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815221200.390.150.03322.587.2778.43
HexF898D4027F3142574e
Octal370230324047173502127116
Binary111110001001100011010100010011111111110100001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F898D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F898D4; }

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

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

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

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

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

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

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

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