#FB9ED6

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

Shades of Lavender Rose #FB9ED6

Tints of Lavender Rose #FB9ED6

Color information

#FB9ED6 (or 0xFB9ED6) is unknown color: approx Lavender Rose. HEX triplet: FB, 9E and D6. RGB value is (251,158,214). Sum of RGB (Red+Green+Blue) = 251+158+214=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ED6 is #046129. Grayscale: #C0C0C0. Windows color (decimal): -287018 or 14065403. OLE color: 14065403.

HSL color Cylindrical-coordinate representation of color #FB9ED6: hue angle of 323.87º 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 #FB9ED6 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251158214-
CMYK00.370.150.02
HSL323.87º92.08%80.2%-
HSV(B)323.87º37.05%98.43%-
XYZ64.1549.8269.85-
YUV192.19140.31169.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 158 (62.11% from 255) = 25.36%
BLUE value IS 214 (83.98% from 255) = 34.35%
R=40.29%
G=25.36%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115821400.370.150.02323.8792.0880.2
HexFB9ED6025F21445c50
Octal373236326045172504134120
Binary111110111001111011010110010010111111010100010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9ED6; }

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

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

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

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

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

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

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

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