#FBBEC4

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

Shades of Azalea #FBBEC4

Tints of Azalea #FBBEC4

Color information

#FBBEC4 (or 0xFBBEC4) is unknown color: approx Azalea. HEX triplet: FB, BE and C4. RGB value is (251,190,196). Sum of RGB (Red+Green+Blue) = 251+190+196=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEC4 is #04413B. Grayscale: #D0D0D0. Windows color (decimal): -278844 or 12893947. OLE color: 12893947.

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

Color convert

RGB251190196-
CMYK00.240.220.02
HSL354.1º88.41%86.47%-
HSV(B)354.1º24.3%98.43%-
XYZ68.1661.3260.47-
YUV208.92120.71158.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 196 (76.95% from 255) = 30.77%
R=39.40%
G=29.83%
B=30.77%

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
Decimal25119019600.240.220.02354.188.4186.47
HexFBBEC40181621625856
Octal373276304030262542130126
Binary111110111011111011000100011000101101010110001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEC4; }

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

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

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

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

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

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

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

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