#FDB4FB

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

Shades of Lavender Rose #FDB4FB

Tints of Lavender Rose #FDB4FB

Color information

#FDB4FB (or 0xFDB4FB) is unknown color: approx Lavender Rose. HEX triplet: FD, B4 and FB. RGB value is (253,180,251). Sum of RGB (Red+Green+Blue) = 253+180+251=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 180 (70.70% from 255 or 26.32% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4FB is #024B04. Grayscale: #D1D1D1. Windows color (decimal): -150277 or 16495869. OLE color: 16495869.

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

Color convert

RGB253180251-
CMYK00.290.010.01
HSL301.64º94.81%84.9%-
HSV(B)301.64º28.85%99.22%-
XYZ74.2460.4999.03-
YUV209.92151.18158.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 180 (70.70% from 255) = 26.32%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=36.99%
G=26.32%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318025100.290.010.01301.6494.8184.9
HexFDB4FB01D1112e5f55
Octal37526437303511456137125
Binary1111110110110100111110110111011110010111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB4FB; }

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

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

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

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

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

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

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

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