#F9BAED

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

Shades of Lavender Rose #F9BAED

Tints of Lavender Rose #F9BAED

Color information

#F9BAED (or 0xF9BAED) is unknown color: approx Lavender Rose. HEX triplet: F9, BA and ED. RGB value is (249,186,237). Sum of RGB (Red+Green+Blue) = 249+186+237=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAED is #064512. Grayscale: #D2D2D2. Windows color (decimal): -410899 or 15579897. OLE color: 15579897.

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

Color convert

RGB249186237-
CMYK00.250.050.02
HSL311.43º84%85.29%-
HSV(B)311.43º25.3%97.65%-
XYZ71.9161.3788.18-
YUV210.65142.87155.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.05%
GREEN value IS 186 (73.05% from 255) = 27.68%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=37.05%
G=27.68%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918623700.250.050.02311.438485.29
HexF9BAED019521375455
Octal37127235503152467124125
Binary1111100110111010111011010110011011010011011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAED; }

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

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

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

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

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

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

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

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