#FBBFC4

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

Shades of Azalea #FBBFC4

Tints of Azalea #FBBFC4

Color information

#FBBFC4 (or 0xFBBFC4) is unknown color: approx Azalea. HEX triplet: FB, BF and C4. RGB value is (251,191,196). Sum of RGB (Red+Green+Blue) = 251+191+196=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFC4 is #04403B. Grayscale: #D1D1D1. Windows color (decimal): -278588 or 12894203. OLE color: 12894203.

HSL color Cylindrical-coordinate representation of color #FBBFC4: hue angle of 355º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFC4 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251191196-
CMYK00.240.220.02
HSL355º88.24%86.67%-
HSV(B)355º23.9%98.43%-
XYZ68.3861.7660.54-
YUV209.51120.38157.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 196 (76.95% from 255) = 30.72%
R=39.34%
G=29.94%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119119600.240.220.0235588.2486.67
HexFBBFC40181621635857
Octal373277304030262543130127
Binary111110111011111111000100011000101101010110001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFC4; }

 p { color: rgb(251,191,196); }

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

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

 a { background-color: rgb(251,191,196); }

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

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

 span { border-color: rgb(251,191,196); }

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