#F9A5FE

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

Shades of Lavender Rose #F9A5FE

Tints of Lavender Rose #F9A5FE

Color information

#F9A5FE (or 0xF9A5FE) is unknown color: approx Lavender Rose. HEX triplet: F9, A5 and FE. RGB value is (249,165,254). Sum of RGB (Red+Green+Blue) = 249+165+254=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 165 (64.84% from 255 or 24.70% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A5FE is #065A01. Grayscale: #C7C7C7. Windows color (decimal): -416258 or 16688633. OLE color: 16688633.

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

Color convert

RGB249165254-
CMYK0.020.3500.00
HSL296.63º97.8%82.16%-
HSV(B)296.63º35.04%99.61%-
XYZ70.4154.21100.52-
YUV200.26158.33162.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.28%
GREEN value IS 165 (64.84% from 255) = 24.70%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=37.28%
G=24.70%
B=38.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491652540.020.3500.00296.6397.882.16
HexF9A5FE223001296252
Octal37124537624300451142122
Binary111110011010010111111110101000110010010100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A5FE; }

 p { color: rgb(249,165,254); }

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

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

 a { background-color: rgb(249,165,254); }

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

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

 span { border-color: rgb(249,165,254); }

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