#FFBFC0

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

Shades of Azalea #FFBFC0

Tints of Azalea #FFBFC0

Color information

#FFBFC0 (or 0xFFBFC0) is unknown color: approx Azalea. HEX triplet: FF, BF and C0. RGB value is (255,191,192). Sum of RGB (Red+Green+Blue) = 255+191+192=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFC0 is #00403F. Grayscale: #D2D2D2. Windows color (decimal): -16448 or 12632063. OLE color: 12632063.

HSL color Cylindrical-coordinate representation of color #FFBFC0: hue angle of 359.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFC0 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255191192-
CMYK00.250.250
HSL359.06º100%87.45%-
HSV(B)359.06º25.1%100%-
XYZ69.3962.3358.24-
YUV210.25117.7159.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=39.97%
G=29.94%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519119200.250.250359.0610087.45
HexFFBFC00191901676457
Octal377277300031310547144127
Binary11111111101111111100000001100111001010110011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFC0; }

 p { color: rgb(255,191,192); }

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

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

 a { background-color: rgb(255,191,192); }

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

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

 span { border-color: rgb(255,191,192); }

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