#F9A7EB

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

Shades of Lavender Rose #F9A7EB

Tints of Lavender Rose #F9A7EB

Color information

#F9A7EB (or 0xF9A7EB) is unknown color: approx Lavender Rose. HEX triplet: F9, A7 and EB. RGB value is (249,167,235). Sum of RGB (Red+Green+Blue) = 249+167+235=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 167 (65.62% from 255 or 25.65% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A7EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A7EB is #065814. Grayscale: #C7C7C7. Windows color (decimal): -415765 or 15443961. OLE color: 15443961.

HSL color Cylindrical-coordinate representation of color #F9A7EB: hue angle of 310.24º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A7EB is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249167235-
CMYK00.330.060.02
HSL310.24º87.23%81.57%-
HSV(B)310.24º32.93%97.65%-
XYZ67.8853.7885.4-
YUV199.27148.17163.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.25%
GREEN value IS 167 (65.62% from 255) = 25.65%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=38.25%
G=25.65%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916723500.330.060.02310.2487.2381.57
HexF9A7EB021621365752
Octal37124735304162466127122
Binary11111001101001111110101101000011101010011011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A7EB; }

 p { color: rgb(249,167,235); }

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

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

 a { background-color: rgb(249,167,235); }

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

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

 span { border-color: rgb(249,167,235); }

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