#F297EB

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

Shades of Lavender Rose #F297EB

Tints of Lavender Rose #F297EB

Color information

#F297EB (or 0xF297EB) is unknown color: approx Lavender Rose. HEX triplet: F2, 97 and EB. RGB value is (242,151,235). Sum of RGB (Red+Green+Blue) = 242+151+235=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 151 (59.38% from 255 or 24.04% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F297EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F297EB is #0D6814. Grayscale: #BBBBBB. Windows color (decimal): -878613 or 15439858. OLE color: 15439858.

HSL color Cylindrical-coordinate representation of color #F297EB: hue angle of 304.62º 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 #F297EB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242151235-
CMYK00.380.030.05
HSL304.62º77.78%77.06%-
HSV(B)304.62º37.6%94.9%-
XYZ62.6847.0184.37-
YUV187.78154.65166.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 151 (59.38% from 255) = 24.04%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=38.54%
G=24.04%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215123500.380.030.05304.6277.7877.06
HexF297EB026351314e4d
Octal36222735304635461116115
Binary11110010100101111110101101001101110110011000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F297EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F297EB; }

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

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

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

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

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

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

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

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