#F9A4FE

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

Shades of Lavender Rose #F9A4FE

Tints of Lavender Rose #F9A4FE

Color information

#F9A4FE (or 0xF9A4FE) is unknown color: approx Lavender Rose. HEX triplet: F9, A4 and FE. RGB value is (249,164,254). Sum of RGB (Red+Green+Blue) = 249+164+254=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 164 (64.45% from 255 or 24.59% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A4FE is #065B01. Grayscale: #C7C7C7. Windows color (decimal): -416514 or 16688377. OLE color: 16688377.

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

Color convert

RGB249164254-
CMYK0.020.3500.00
HSL296.67º97.83%81.96%-
HSV(B)296.67º35.43%99.61%-
XYZ70.2353.85100.46-
YUV199.68158.66163.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.33%
GREEN value IS 164 (64.45% from 255) = 24.59%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=37.33%
G=24.59%
B=38.08%

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
Decimal2491642540.020.3500.00296.6797.8381.96
HexF9A4FE223001296252
Octal37124437624300451142122
Binary111110011010010011111110101000110010010100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A4FE; }

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

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

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

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

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

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

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

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