#FB9ED8

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

Shades of Lavender Rose #FB9ED8

Tints of Lavender Rose #FB9ED8

Color information

#FB9ED8 (or 0xFB9ED8) is unknown color: approx Lavender Rose. HEX triplet: FB, 9E and D8. RGB value is (251,158,216). Sum of RGB (Red+Green+Blue) = 251+158+216=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ED8 is #046127. Grayscale: #C0C0C0. Windows color (decimal): -287016 or 14196475. OLE color: 14196475.

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

Color convert

RGB251158216-
CMYK00.370.140.02
HSL322.58º92.08%80.2%-
HSV(B)322.58º37.05%98.43%-
XYZ64.4149.9271.21-
YUV192.42141.31169.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 158 (62.11% from 255) = 25.28%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=40.16%
G=25.28%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115821600.370.140.02322.5892.0880.2
HexFB9ED8025E21435c50
Octal373236330045162503134120
Binary111110111001111011011000010010111101010100001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9ED8; }

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

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

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

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

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

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

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

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