#FABCC0

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

Shades of Azalea #FABCC0

Tints of Azalea #FABCC0

Color information

#FABCC0 (or 0xFABCC0) is unknown color: approx Azalea. HEX triplet: FA, BC and C0. RGB value is (250,188,192). Sum of RGB (Red+Green+Blue) = 250+188+192=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC0 is #05433F. Grayscale: #CFCFCF. Windows color (decimal): -344896 or 12631290. OLE color: 12631290.

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

Color convert

RGB250188192-
CMYK00.250.230.02
HSL356.13º86.11%85.88%-
HSV(B)356.13º24.8%98.04%-
XYZ66.9260.157.94-
YUV206.99119.54158.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=39.68%
G=29.84%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018819200.250.230.02356.1386.1185.88
HexFABCC00191721645656
Octal372274300031272544126126
Binary111110101011110011000000011001101111010110010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCC0; }

 p { color: rgb(250,188,192); }

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

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

 a { background-color: rgb(250,188,192); }

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

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

 span { border-color: rgb(250,188,192); }

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