#FB91D4

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

Shades of Lavender Rose #FB91D4

Tints of Lavender Rose #FB91D4

Color information

#FB91D4 (or 0xFB91D4) is unknown color: approx Lavender Rose. HEX triplet: FB, 91 and D4. RGB value is (251,145,212). Sum of RGB (Red+Green+Blue) = 251+145+212=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91D4 is #046E2B. Grayscale: #B8B8B8. Windows color (decimal): -290348 or 13931003. OLE color: 13931003.

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

Color convert

RGB251145212-
CMYK00.420.160.02
HSL322.08º92.98%77.65%-
HSV(B)322.08º42.23%98.43%-
XYZ61.7945.5167.82-
YUV184.33143.62175.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=41.28%
G=23.85%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114521200.420.160.02322.0892.9877.65
HexFB91D402A1021425d4e
Octal373221324052202502135116
Binary1111101110010001110101000101010100001010100001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB91D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB91D4; }

 p { color: rgb(251,145,212); }

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

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

 a { background-color: rgb(251,145,212); }

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

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

 span { border-color: rgb(251,145,212); }

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