#FB92DA

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

Shades of Lavender Rose #FB92DA

Tints of Lavender Rose #FB92DA

Color information

#FB92DA (or 0xFB92DA) is unknown color: approx Lavender Rose. HEX triplet: FB, 92 and DA. RGB value is (251,146,218). Sum of RGB (Red+Green+Blue) = 251+146+218=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92DA is #046D25. Grayscale: #B9B9B9. Windows color (decimal): -290086 or 14324475. OLE color: 14324475.

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

Color convert

RGB251146218-
CMYK00.420.130.02
HSL318.86º92.92%77.84%-
HSV(B)318.86º41.83%98.43%-
XYZ62.7246.1371.93-
YUV185.6146.29174.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 146 (57.42% from 255) = 23.74%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=40.81%
G=23.74%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114621800.420.130.02318.8692.9277.84
HexFB92DA02AD213f5d4e
Octal373222332052152477135116
Binary111110111001001011011010010101011011010011111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB92DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB92DA; }

 p { color: rgb(251,146,218); }

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

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

 a { background-color: rgb(251,146,218); }

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

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

 span { border-color: rgb(251,146,218); }

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