#FBBCC5

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

Shades of Azalea #FBBCC5

Tints of Azalea #FBBCC5

Color information

#FBBCC5 (or 0xFBBCC5) is unknown color: approx Azalea. HEX triplet: FB, BC and C5. RGB value is (251,188,197). Sum of RGB (Red+Green+Blue) = 251+188+197=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC5 is #04433A. Grayscale: #CFCFCF. Windows color (decimal): -279355 or 12958971. OLE color: 12958971.

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

Color convert

RGB251188197-
CMYK00.250.220.02
HSL351.43º88.73%86.08%-
HSV(B)351.43º25.1%98.43%-
XYZ67.8460.5160.93-
YUV207.86121.87158.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 197 (77.34% from 255) = 30.97%
R=39.47%
G=29.56%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118819700.250.220.02351.4388.7386.08
HexFBBCC501916215f5956
Octal373274305031262537131126
Binary111110111011110011000101011001101101010101111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCC5; }

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

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

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

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

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

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

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

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