#F9AEFB

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

Shades of Lavender Rose #F9AEFB

Tints of Lavender Rose #F9AEFB

Color information

#F9AEFB (or 0xF9AEFB) is unknown color: approx Lavender Rose. HEX triplet: F9, AE and FB. RGB value is (249,174,251). Sum of RGB (Red+Green+Blue) = 249+174+251=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 174 (68.36% from 255 or 25.82% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9AEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AEFB is #065104. Grayscale: #CCCCCC. Windows color (decimal): -413957 or 16494329. OLE color: 16494329.

HSL color Cylindrical-coordinate representation of color #F9AEFB: hue angle of 298.44º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9AEFB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249174251-
CMYK0.010.3100.02
HSL298.44º90.59%83.33%-
HSV(B)298.44º30.68%98.43%-
XYZ71.6257.3898.57-
YUV205.2153.85159.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.94%
GREEN value IS 174 (68.36% from 255) = 25.82%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=36.94%
G=25.82%
B=37.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491742510.010.3100.02298.4490.5983.33
HexF9AEFB11F0212a5b53
Octal37125637313702452133123
Binary11111001101011101111101111111101010010101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AEFB; }

 p { color: rgb(249,174,251); }

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

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

 a { background-color: rgb(249,174,251); }

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

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

 span { border-color: rgb(249,174,251); }

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