#FCBFC6

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

Shades of Azalea #FCBFC6

Tints of Azalea #FCBFC6

Color information

#FCBFC6 (or 0xFCBFC6) is unknown color: approx Azalea. HEX triplet: FC, BF and C6. RGB value is (252,191,198). Sum of RGB (Red+Green+Blue) = 252+191+198=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC6 is #034039. Grayscale: #D2D2D2. Windows color (decimal): -213050 or 13025276. OLE color: 13025276.

HSL color Cylindrical-coordinate representation of color #FCBFC6: hue angle of 353.11º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFC6 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252191198-
CMYK00.240.210.01
HSL353.11º91.04%86.86%-
HSV(B)353.11º24.21%98.82%-
XYZ68.9762.0361.76-
YUV210.04121.21157.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 198 (77.73% from 255) = 30.89%
R=39.31%
G=29.80%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219119800.240.210.01353.1191.0486.86
HexFCBFC60181511615b57
Octal374277306030251541133127
Binary11111100101111111100011001100010101110110000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFC6; }

 p { color: rgb(252,191,198); }

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

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

 a { background-color: rgb(252,191,198); }

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

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

 span { border-color: rgb(252,191,198); }

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