#FBBFC1

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

Shades of Azalea #FBBFC1

Tints of Azalea #FBBFC1

Color information

#FBBFC1 (or 0xFBBFC1) is unknown color: approx Azalea. HEX triplet: FB, BF and C1. RGB value is (251,191,193). Sum of RGB (Red+Green+Blue) = 251+191+193=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFC1 is #04403E. Grayscale: #D1D1D1. Windows color (decimal): -278591 or 12697595. OLE color: 12697595.

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

Color convert

RGB251191193-
CMYK00.240.230.02
HSL358º88.24%86.67%-
HSV(B)358º23.9%98.43%-
XYZ68.0461.6258.76-
YUV209.17118.88157.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 193 (75.78% from 255) = 30.39%
R=39.53%
G=30.08%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119119300.240.230.0235888.2486.67
HexFBBFC10181721665857
Octal373277301030272546130127
Binary111110111011111111000001011000101111010110011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFC1; }

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

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

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

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

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

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

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

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