#F7B0EA

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

Shades of Lavender Rose #F7B0EA

Tints of Lavender Rose #F7B0EA

Color information

#F7B0EA (or 0xF7B0EA) is unknown color: approx Lavender Rose. HEX triplet: F7, B0 and EA. RGB value is (247,176,234). Sum of RGB (Red+Green+Blue) = 247+176+234=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B0EA is #084F15. Grayscale: #CBCBCB. Windows color (decimal): -544534 or 15380727. OLE color: 15380727.

HSL color Cylindrical-coordinate representation of color #F7B0EA: hue angle of 310.99º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B0EA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB247176234-
CMYK00.290.050.03
HSL310.99º81.61%82.94%-
HSV(B)310.99º28.74%96.86%-
XYZ68.7356.7785.18-
YUV203.84145.02158.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.60%
GREEN value IS 176 (69.14% from 255) = 26.79%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=37.60%
G=26.79%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717623400.290.050.03310.9981.6182.94
HexF7B0EA01D531375253
Octal36726035203553467122123
Binary1111011110110000111010100111011011110011011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B0EA; }

 p { color: rgb(247,176,234); }

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

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

 a { background-color: rgb(247,176,234); }

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

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

 span { border-color: rgb(247,176,234); }

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