#FBC6C9

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

Shades of Azalea #FBC6C9

Tints of Azalea #FBC6C9

Color information

#FBC6C9 (or 0xFBC6C9) is unknown color: approx Azalea. HEX triplet: FB, C6 and C9. RGB value is (251,198,201). Sum of RGB (Red+Green+Blue) = 251+198+201=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6C9 is #043936. Grayscale: #D6D6D6. Windows color (decimal): -276791 or 13223675. OLE color: 13223675.

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

Color convert

RGB251198201-
CMYK00.210.200.02
HSL356.6º86.89%88.04%-
HSV(B)356.6º21.12%98.43%-
XYZ70.5265.1164.11-
YUV214.19120.56154.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 198 (77.73% from 255) = 30.46%
BLUE value IS 201 (78.91% from 255) = 30.92%
R=38.62%
G=30.46%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119820100.210.200.02356.686.8988.04
HexFBC6C90151421655758
Octal373306311025242545127130
Binary111110111100011011001001010101101001010110010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6C9; }

 p { color: rgb(251,198,201); }

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

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

 a { background-color: rgb(251,198,201); }

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

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

 span { border-color: rgb(251,198,201); }

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