#FDBBF1

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

Shades of Lavender Rose #FDBBF1

Tints of Lavender Rose #FDBBF1

Color information

#FDBBF1 (or 0xFDBBF1) is unknown color: approx Lavender Rose. HEX triplet: FD, BB and F1. RGB value is (253,187,241). Sum of RGB (Red+Green+Blue) = 253+187+241=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBF1 is #02440E. Grayscale: #D4D4D4. Windows color (decimal): -148495 or 15842301. OLE color: 15842301.

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

Color convert

RGB253187241-
CMYK00.260.050.01
HSL310.91º94.29%86.27%-
HSV(B)310.91º26.09%99.22%-
XYZ74.1662.7791.43-
YUV212.89143.87156.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 187 (73.44% from 255) = 27.46%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=37.15%
G=27.46%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318724100.260.050.01310.9194.2986.27
HexFDBBF101A511375e56
Octal37527336103251467136126
Binary111111011011101111110001011010101110011011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBF1; }

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

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

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

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

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

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

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

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