#F997D4

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

Shades of Lavender Rose #F997D4

Tints of Lavender Rose #F997D4

Color information

#F997D4 (or 0xF997D4) is unknown color: approx Lavender Rose. HEX triplet: F9, 97 and D4. RGB value is (249,151,212). Sum of RGB (Red+Green+Blue) = 249+151+212=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F997D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997D4 is #06682B. Grayscale: #BBBBBB. Windows color (decimal): -419884 or 13932537. OLE color: 13932537.

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

Color convert

RGB249151212-
CMYK00.390.150.02
HSL322.65º89.09%78.43%-
HSV(B)322.65º39.36%97.65%-
XYZ62.0247.0368.1-
YUV187.26141.97172.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 151 (59.38% from 255) = 24.67%
BLUE value IS 212 (83.20% from 255) = 34.64%
R=40.69%
G=24.67%
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.02
SystemRedGreenBlueCMYKHSL
Decimal24915121200.390.150.02322.6589.0978.43
HexF997D4027F2143594e
Octal371227324047172503131116
Binary111110011001011111010100010011111111010100001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997D4; }

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

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

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

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

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

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

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

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