#FBBDBF

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

Shades of Azalea #FBBDBF

Tints of Azalea #FBBDBF

Color information

#FBBDBF (or 0xFBBDBF) is unknown color: approx Azalea. HEX triplet: FB, BD and BF. RGB value is (251,189,191). Sum of RGB (Red+Green+Blue) = 251+189+191=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDBF is #044240. Grayscale: #CFCFCF. Windows color (decimal): -279105 or 12566011. OLE color: 12566011.

HSL color Cylindrical-coordinate representation of color #FBBDBF: hue angle of 358.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDBF is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251189191-
CMYK00.250.240.02
HSL358.06º88.57%86.27%-
HSV(B)358.06º24.7%98.43%-
XYZ67.3960.6757.45-
YUV207.77118.54158.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 191 (75% from 255) = 30.27%
R=39.78%
G=29.95%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118919100.250.240.02358.0688.5786.27
HexFBBDBF0191821665956
Octal373275277031302546131126
Binary111110111011110110111111011001110001010110011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDBF; }

 p { color: rgb(251,189,191); }

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

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

 a { background-color: rgb(251,189,191); }

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

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

 span { border-color: rgb(251,189,191); }

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