#FDBBF6

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

Shades of Lavender Rose #FDBBF6

Tints of Lavender Rose #FDBBF6

Color information

#FDBBF6 (or 0xFDBBF6) is unknown color: approx Lavender Rose. HEX triplet: FD, BB and F6. RGB value is (253,187,246). Sum of RGB (Red+Green+Blue) = 253+187+246=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 187 (73.44% from 255 or 27.26% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBF6 is #024409. Grayscale: #D5D5D5. Windows color (decimal): -148490 or 16169981. OLE color: 16169981.

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

Color convert

RGB253187246-
CMYK00.260.030.01
HSL306.36º94.29%86.27%-
HSV(B)306.36º26.09%99.22%-
XYZ74.9163.0895.42-
YUV213.46146.37156.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 187 (73.44% from 255) = 27.26%
BLUE value IS 246 (96.48% from 255) = 35.86%
R=36.88%
G=27.26%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318724600.260.030.01306.3694.2986.27
HexFDBBF601A311325e56
Octal37527336603231462136126
Binary11111101101110111111011001101011110011001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBF6; }

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

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

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

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

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

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

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

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