#FB94DC

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

Shades of Lavender Rose #FB94DC

Tints of Lavender Rose #FB94DC

Color information

#FB94DC (or 0xFB94DC) is unknown color: approx Lavender Rose. HEX triplet: FB, 94 and DC. RGB value is (251,148,220). Sum of RGB (Red+Green+Blue) = 251+148+220=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94DC is #046B23. Grayscale: #BABABA. Windows color (decimal): -289572 or 14456059. OLE color: 14456059.

HSL color Cylindrical-coordinate representation of color #FB94DC: hue angle of 318.06º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94DC is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251148220-
CMYK00.410.120.02
HSL318.06º92.79%78.24%-
HSV(B)318.06º41.04%98.43%-
XYZ63.2946.8673.42-
YUV187146.62173.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 148 (58.20% from 255) = 23.91%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=40.55%
G=23.91%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114822000.410.120.02318.0692.7978.24
HexFB94DC029C213e5d4e
Octal373224334051142476135116
Binary111110111001010011011100010100111001010011111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94DC; }

 p { color: rgb(251,148,220); }

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

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

 a { background-color: rgb(251,148,220); }

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

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

 span { border-color: rgb(251,148,220); }

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