#FABCC4

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

Shades of Azalea #FABCC4

Tints of Azalea #FABCC4

Color information

#FABCC4 (or 0xFABCC4) is unknown color: approx Azalea. HEX triplet: FA, BC and C4. RGB value is (250,188,196). Sum of RGB (Red+Green+Blue) = 250+188+196=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC4 is #05433B. Grayscale: #CFCFCF. Windows color (decimal): -344892 or 12893434. OLE color: 12893434.

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

Color convert

RGB250188196-
CMYK00.250.220.02
HSL352.26º86.11%85.88%-
HSV(B)352.26º24.8%98.04%-
XYZ67.3760.2860.31-
YUV207.45121.54158.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=39.43%
G=29.65%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018819600.250.220.02352.2686.1185.88
HexFABCC40191621605656
Octal372274304031262540126126
Binary111110101011110011000100011001101101010110000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCC4; }

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

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

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

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

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

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

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

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