#FA9CF8

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

Shades of Lavender Rose #FA9CF8

Tints of Lavender Rose #FA9CF8

Color information

#FA9CF8 (or 0xFA9CF8) is unknown color: approx Lavender Rose. HEX triplet: FA, 9C and F8. RGB value is (250,156,248). Sum of RGB (Red+Green+Blue) = 250+156+248=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 156 (61.33% from 255 or 23.85% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CF8 is #056307. Grayscale: #C2C2C2. Windows color (decimal): -353032 or 16293114. OLE color: 16293114.

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

Color convert

RGB250156248-
CMYK00.380.010.02
HSL301.28º90.38%79.61%-
HSV(B)301.28º37.6%98.04%-
XYZ68.2650.8895.03-
YUV194.59158.14167.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 156 (61.33% from 255) = 23.85%
BLUE value IS 248 (97.27% from 255) = 37.92%
R=38.23%
G=23.85%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015624800.380.010.02301.2890.3879.61
HexFA9CF80261212d5a50
Octal37223437004612455132120
Binary111110101001110011111000010011011010010110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CF8; }

 p { color: rgb(250,156,248); }

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

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

 a { background-color: rgb(250,156,248); }

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

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

 span { border-color: rgb(250,156,248); }

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