#F297DF

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

Shades of Lavender Rose #F297DF

Tints of Lavender Rose #F297DF

Color information

#F297DF (or 0xF297DF) is unknown color: approx Lavender Rose. HEX triplet: F2, 97 and DF. RGB value is (242,151,223). Sum of RGB (Red+Green+Blue) = 242+151+223=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F297DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297DF is #0D6820. Grayscale: #BABABA. Windows color (decimal): -878625 or 14653426. OLE color: 14653426.

HSL color Cylindrical-coordinate representation of color #F297DF: hue angle of 312.53º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F297DF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242151223-
CMYK00.380.080.05
HSL312.53º77.78%77.06%-
HSV(B)312.53º37.6%94.9%-
XYZ6146.3475.54-
YUV186.42148.65167.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 151 (59.38% from 255) = 24.51%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=39.29%
G=24.51%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215122300.380.080.05312.5377.7877.06
HexF297DF026851394e4d
Octal362227337046105471116115
Binary1111001010010111110111110100110100010110011100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F297DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F297DF; }

 p { color: rgb(242,151,223); }

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

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

 a { background-color: rgb(242,151,223); }

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

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

 span { border-color: rgb(242,151,223); }

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