#FBBDC0

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

Shades of Azalea #FBBDC0

Tints of Azalea #FBBDC0

Color information

#FBBDC0 (or 0xFBBDC0) is unknown color: approx Azalea. HEX triplet: FB, BD and C0. RGB value is (251,189,192). Sum of RGB (Red+Green+Blue) = 251+189+192=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC0 is #04423F. Grayscale: #CFCFCF. Windows color (decimal): -279104 or 12631547. OLE color: 12631547.

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

Color convert

RGB251189192-
CMYK00.250.240.02
HSL357.1º88.57%86.27%-
HSV(B)357.1º24.7%98.43%-
XYZ67.560.7158.03-
YUV207.88119.04158.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 192 (75.39% from 255) = 30.38%
R=39.72%
G=29.91%
B=30.38%

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
Decimal25118919200.250.240.02357.188.5786.27
HexFBBDC00191821655956
Octal373275300031302545131126
Binary111110111011110111000000011001110001010110010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDC0; }

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

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

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

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

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

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

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

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