#FDB2FF

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

Shades of Lavender Rose #FDB2FF

Tints of Lavender Rose #FDB2FF

Color information

#FDB2FF (or 0xFDB2FF) is unknown color: approx Lavender Rose. HEX triplet: FD, B2 and FF. RGB value is (253,178,255). Sum of RGB (Red+Green+Blue) = 253+178+255=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 178 (69.92% from 255 or 25.95% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2FF is #024D00. Grayscale: #D0D0D0. Windows color (decimal): -150785 or 16757501. OLE color: 16757501.

HSL color Cylindrical-coordinate representation of color #FDB2FF: hue angle of 298.44º 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 #FDB2FF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB253178255-
CMYK0.010.3000
HSL298.44º100%84.9%-
HSV(B)298.44º30.2%100%-
XYZ74.4859.94102.25-
YUV209.2153.85159.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 178 (69.92% from 255) = 25.95%
BLUE value IS 255 (100% from 255) = 37.17%
R=36.88%
G=25.95%
B=37.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531782550.010.3000298.4410084.9
HexFDB2FF11E0012a6455
Octal37526237713600452144125
Binary1111110110110010111111111111100010010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB2FF; }

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

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

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

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

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

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

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

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