#FDBBFA

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

Shades of Lavender Rose #FDBBFA

Tints of Lavender Rose #FDBBFA

Color information

#FDBBFA (or 0xFDBBFA) is unknown color: approx Lavender Rose. HEX triplet: FD, BB and FA. RGB value is (253,187,250). Sum of RGB (Red+Green+Blue) = 253+187+250=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBFA is #024405. Grayscale: #D5D5D5. Windows color (decimal): -148486 or 16432125. OLE color: 16432125.

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

Color convert

RGB253187250-
CMYK00.260.010.01
HSL302.73º94.29%86.27%-
HSV(B)302.73º26.09%99.22%-
XYZ75.5363.3398.68-
YUV213.92148.37155.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.67%
GREEN value IS 187 (73.44% from 255) = 27.10%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=36.67%
G=27.10%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318725000.260.010.01302.7394.2986.27
HexFDBBFA01A1112f5e56
Octal37527337203211457136126
Binary1111110110111011111110100110101110010111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBFA; }

 p { color: rgb(253,187,250); }

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

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

 a { background-color: rgb(253,187,250); }

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

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

 span { border-color: rgb(253,187,250); }

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