#FBBCC0

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

Shades of Azalea #FBBCC0

Tints of Azalea #FBBCC0

Color information

#FBBCC0 (or 0xFBBCC0) is unknown color: approx Azalea. HEX triplet: FB, BC and C0. RGB value is (251,188,192). Sum of RGB (Red+Green+Blue) = 251+188+192=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC0 is #04433F. Grayscale: #CFCFCF. Windows color (decimal): -279360 or 12631291. OLE color: 12631291.

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

Color convert

RGB251188192-
CMYK00.250.240.02
HSL356.19º88.73%86.08%-
HSV(B)356.19º25.1%98.43%-
XYZ67.2860.2857.96-
YUV207.29119.37159.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 192 (75.39% from 255) = 30.43%
R=39.78%
G=29.79%
B=30.43%

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
Decimal25118819200.250.240.02356.1988.7386.08
HexFBBCC00191821645956
Octal373274300031302544131126
Binary111110111011110011000000011001110001010110010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCC0; }

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

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

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

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

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

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

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

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