#F997DA

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

Shades of Lavender Rose #F997DA

Tints of Lavender Rose #F997DA

Color information

#F997DA (or 0xF997DA) is unknown color: approx Lavender Rose. HEX triplet: F9, 97 and DA. RGB value is (249,151,218). Sum of RGB (Red+Green+Blue) = 249+151+218=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F997DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997DA is #066825. Grayscale: #BBBBBB. Windows color (decimal): -419878 or 14325753. OLE color: 14325753.

HSL color Cylindrical-coordinate representation of color #F997DA: hue angle of 318.98º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997DA is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249151218-
CMYK00.390.120.02
HSL318.98º89.09%78.43%-
HSV(B)318.98º39.36%97.65%-
XYZ62.7947.3372.16-
YUV187.94144.97171.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.29%
GREEN value IS 151 (59.38% from 255) = 24.43%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=40.29%
G=24.43%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915121800.390.120.02318.9889.0978.43
HexF997DA027C213f594e
Octal371227332047142477131116
Binary111110011001011111011010010011111001010011111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997DA; }

 p { color: rgb(249,151,218); }

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

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

 a { background-color: rgb(249,151,218); }

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

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

 span { border-color: rgb(249,151,218); }

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