#FDB1FB

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

Shades of Lavender Rose #FDB1FB

Tints of Lavender Rose #FDB1FB

Color information

#FDB1FB (or 0xFDB1FB) is unknown color: approx Lavender Rose. HEX triplet: FD, B1 and FB. RGB value is (253,177,251). Sum of RGB (Red+Green+Blue) = 253+177+251=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 177 (69.53% from 255 or 25.99% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1FB is #024E04. Grayscale: #CFCFCF. Windows color (decimal): -151045 or 16495101. OLE color: 16495101.

HSL color Cylindrical-coordinate representation of color #FDB1FB: hue angle of 301.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1FB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253177251-
CMYK00.300.010.01
HSL301.58º95%84.31%-
HSV(B)301.58º30.04%99.22%-
XYZ73.6459.2998.83-
YUV208.16152.18159.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 177 (69.53% from 255) = 25.99%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=37.15%
G=25.99%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317725100.300.010.01301.589584.31
HexFDB1FB01E1112e5f54
Octal37526137303611456137124
Binary1111110110110001111110110111101110010111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB1FB; }

 p { color: rgb(253,177,251); }

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

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

 a { background-color: rgb(253,177,251); }

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

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

 span { border-color: rgb(253,177,251); }

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