#FB9AF6

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

Shades of Lavender Rose #FB9AF6

Tints of Lavender Rose #FB9AF6

Color information

#FB9AF6 (or 0xFB9AF6) is unknown color: approx Lavender Rose. HEX triplet: FB, 9A and F6. RGB value is (251,154,246). Sum of RGB (Red+Green+Blue) = 251+154+246=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 154 (60.55% from 255 or 23.66% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9AF6 is #046509. Grayscale: #C1C1C1. Windows color (decimal): -288010 or 16161531. OLE color: 16161531.

HSL color Cylindrical-coordinate representation of color #FB9AF6: hue angle of 303.09º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9AF6 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251154246-
CMYK00.390.020.02
HSL303.09º92.38%79.41%-
HSV(B)303.09º38.65%98.43%-
XYZ67.9750.2793.31-
YUV193.49157.64169.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 154 (60.55% from 255) = 23.66%
BLUE value IS 246 (96.48% from 255) = 37.79%
R=38.56%
G=23.66%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115424600.390.020.02303.0992.3879.41
HexFB9AF60272212f5c4f
Octal37323236604722457134117
Binary1111101110011010111101100100111101010010111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AF6; }

 p { color: rgb(251,154,246); }

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

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

 a { background-color: rgb(251,154,246); }

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

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

 span { border-color: rgb(251,154,246); }

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