#F9BAEB

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

Shades of Lavender Rose #F9BAEB

Tints of Lavender Rose #F9BAEB

Color information

#F9BAEB (or 0xF9BAEB) is unknown color: approx Lavender Rose. HEX triplet: F9, BA and EB. RGB value is (249,186,235). Sum of RGB (Red+Green+Blue) = 249+186+235=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAEB is #064514. Grayscale: #D2D2D2. Windows color (decimal): -410901 or 15448825. OLE color: 15448825.

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

Color convert

RGB249186235-
CMYK00.250.060.02
HSL313.33º84%85.29%-
HSV(B)313.33º25.3%97.65%-
XYZ71.6261.2686.65-
YUV210.42141.87155.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 186 (73.05% from 255) = 27.76%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=37.16%
G=27.76%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918623500.250.060.02313.338485.29
HexF9BAEB019621395455
Octal37127235303162471124125
Binary1111100110111010111010110110011101010011100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAEB; }

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

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

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

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

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

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

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

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