#F9AFEB

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

Shades of Lavender Rose #F9AFEB

Tints of Lavender Rose #F9AFEB

Color information

#F9AFEB (or 0xF9AFEB) is unknown color: approx Lavender Rose. HEX triplet: F9, AF and EB. RGB value is (249,175,235). Sum of RGB (Red+Green+Blue) = 249+175+235=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 175 (68.75% from 255 or 26.56% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFEB is #065014. Grayscale: #CBCBCB. Windows color (decimal): -413717 or 15446009. OLE color: 15446009.

HSL color Cylindrical-coordinate representation of color #F9AFEB: hue angle of 311.35º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFEB is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249175235-
CMYK00.300.060.02
HSL311.35º86.05%83.14%-
HSV(B)311.35º29.72%97.65%-
XYZ69.3956.885.9-
YUV203.97145.52160.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.78%
GREEN value IS 175 (68.75% from 255) = 26.56%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=37.78%
G=26.56%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917523500.300.060.02311.3586.0583.14
HexF9AFEB01E621375653
Octal37125735303662467126123
Binary1111100110101111111010110111101101010011011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFEB; }

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

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

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

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

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

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

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

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