#FDBBF7

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

Shades of Lavender Rose #FDBBF7

Tints of Lavender Rose #FDBBF7

Color information

#FDBBF7 (or 0xFDBBF7) is unknown color: approx Lavender Rose. HEX triplet: FD, BB and F7. RGB value is (253,187,247). Sum of RGB (Red+Green+Blue) = 253+187+247=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBF7 is #024408. Grayscale: #D5D5D5. Windows color (decimal): -148489 or 16235517. OLE color: 16235517.

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

Color convert

RGB253187247-
CMYK00.260.020.01
HSL305.45º94.29%86.27%-
HSV(B)305.45º26.09%99.22%-
XYZ75.0763.1496.23-
YUV213.57146.87156.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 187 (73.44% from 255) = 27.22%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=36.83%
G=27.22%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318724700.260.020.01305.4594.2986.27
HexFDBBF701A211315e56
Octal37527336703221461136126
Binary11111101101110111111011101101010110011000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBF7; }

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

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

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

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

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

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

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

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