#FDB3FF

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

Shades of Lavender Rose #FDB3FF

Tints of Lavender Rose #FDB3FF

Color information

#FDB3FF (or 0xFDB3FF) is unknown color: approx Lavender Rose. HEX triplet: FD, B3 and FF. RGB value is (253,179,255). Sum of RGB (Red+Green+Blue) = 253+179+255=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 179 (70.31% from 255 or 26.06% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3FF is #024C00. Grayscale: #D1D1D1. Windows color (decimal): -150529 or 16757757. OLE color: 16757757.

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

Color convert

RGB253179255-
CMYK0.010.3000
HSL298.42º100%85.1%-
HSV(B)298.42º29.8%100%-
XYZ74.6860.34102.32-
YUV209.79153.52158.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 179 (70.31% from 255) = 26.06%
BLUE value IS 255 (100% from 255) = 37.12%
R=36.83%
G=26.06%
B=37.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531792550.010.3000298.4210085.1
HexFDB3FF11E0012a6455
Octal37526337713600452144125
Binary1111110110110011111111111111100010010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB3FF; }

 p { color: rgb(253,179,255); }

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

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

 a { background-color: rgb(253,179,255); }

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

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

 span { border-color: rgb(253,179,255); }

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