#FBBBC2

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

Shades of Azalea #FBBBC2

Tints of Azalea #FBBBC2

Color information

#FBBBC2 (or 0xFBBBC2) is unknown color: approx Azalea. HEX triplet: FB, BB and C2. RGB value is (251,187,194). Sum of RGB (Red+Green+Blue) = 251+187+194=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC2 is #04443D. Grayscale: #CECECE. Windows color (decimal): -279614 or 12762107. OLE color: 12762107.

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

Color convert

RGB251187194-
CMYK00.250.230.02
HSL353.44º88.89%85.88%-
HSV(B)353.44º25.5%98.43%-
XYZ67.2959.9459.06-
YUV206.93120.7159.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 194 (76.17% from 255) = 30.70%
R=39.72%
G=29.59%
B=30.70%

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
Decimal25118719400.250.230.02353.4488.8985.88
HexFBBBC20191721615956
Octal373273302031272541131126
Binary111110111011101111000010011001101111010110000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBC2; }

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

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

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

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

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

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

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

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