#FF9EFB

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

Shades of Lavender Rose #FF9EFB

Tints of Lavender Rose #FF9EFB

Color information

#FF9EFB (or 0xFF9EFB) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and FB. RGB value is (255,158,251). Sum of RGB (Red+Green+Blue) = 255+158+251=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 158 (62.11% from 255 or 23.80% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EFB is #006104. Grayscale: #C5C5C5. Windows color (decimal): -24837 or 16490239. OLE color: 16490239.

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

Color convert

RGB255158251-
CMYK00.380.020
HSL302.47º100%80.98%-
HSV(B)302.47º38.04%100%-
XYZ70.8852.6897.7-
YUV197.6158.14168.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 158 (62.11% from 255) = 23.80%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=38.40%
G=23.80%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515825100.380.020302.4710080.98
HexFF9EFB0262012e6451
Octal37723637304620456144121
Binary111111111001111011111011010011010010010111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EFB; }

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

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

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

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

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

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

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

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