#FF9AFB

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

Shades of Lavender Rose #FF9AFB

Tints of Lavender Rose #FF9AFB

Color information

#FF9AFB (or 0xFF9AFB) is unknown color: approx Lavender Rose. HEX triplet: FF, 9A and FB. RGB value is (255,154,251). Sum of RGB (Red+Green+Blue) = 255+154+251=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 154 (60.55% from 255 or 23.33% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9AFB is #006504. Grayscale: #C2C2C2. Windows color (decimal): -25861 or 16489215. OLE color: 16489215.

HSL color Cylindrical-coordinate representation of color #FF9AFB: hue angle of 302.38º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AFB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255154251-
CMYK00.400.020
HSL302.38º100%80.2%-
HSV(B)302.38º39.61%100%-
XYZ70.2151.3497.48-
YUV195.26159.46170.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 154 (60.55% from 255) = 23.33%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=38.64%
G=23.33%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515425100.400.020302.3810080.2
HexFF9AFB0282012e6450
Octal37723237305020456144120
Binary111111111001101011111011010100010010010111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AFB; }

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

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

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

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

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

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

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

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