#FBBBC1

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

Shades of Azalea #FBBBC1

Tints of Azalea #FBBBC1

Color information

#FBBBC1 (or 0xFBBBC1) is unknown color: approx Azalea. HEX triplet: FB, BB and C1. RGB value is (251,187,193). Sum of RGB (Red+Green+Blue) = 251+187+193=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC1 is #04443E. Grayscale: #CECECE. Windows color (decimal): -279615 or 12696571. OLE color: 12696571.

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

Color convert

RGB251187193-
CMYK00.250.230.02
HSL354.38º88.89%85.88%-
HSV(B)354.38º25.5%98.43%-
XYZ67.1859.958.47-
YUV206.82120.2159.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=39.78%
G=29.64%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118719300.250.230.02354.3888.8985.88
HexFBBBC10191721625956
Octal373273301031272542131126
Binary111110111011101111000001011001101111010110001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBC1; }

 p { color: rgb(251,187,193); }

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

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

 a { background-color: rgb(251,187,193); }

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

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

 span { border-color: rgb(251,187,193); }

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