#FBBCC3

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

Shades of Azalea #FBBCC3

Tints of Azalea #FBBCC3

Color information

#FBBCC3 (or 0xFBBCC3) is unknown color: approx Azalea. HEX triplet: FB, BC and C3. RGB value is (251,188,195). Sum of RGB (Red+Green+Blue) = 251+188+195=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC3 is #04433C. Grayscale: #CFCFCF. Windows color (decimal): -279357 or 12827899. OLE color: 12827899.

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

Color convert

RGB251188195-
CMYK00.250.220.02
HSL353.33º88.73%86.08%-
HSV(B)353.33º25.1%98.43%-
XYZ67.6260.4259.73-
YUV207.63120.87158.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 195 (76.56% from 255) = 30.76%
R=39.59%
G=29.65%
B=30.76%

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
Decimal25118819500.250.220.02353.3388.7386.08
HexFBBCC30191621615956
Octal373274303031262541131126
Binary111110111011110011000011011001101101010110000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCC3; }

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

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

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

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

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

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

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

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