#FABFC1

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

Shades of Azalea #FABFC1

Tints of Azalea #FABFC1

Color information

#FABFC1 (or 0xFABFC1) is unknown color: approx Azalea. HEX triplet: FA, BF and C1. RGB value is (250,191,193). Sum of RGB (Red+Green+Blue) = 250+191+193=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC1 is #05403E. Grayscale: #D0D0D0. Windows color (decimal): -344127 or 12697594. OLE color: 12697594.

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

Color convert

RGB250191193-
CMYK00.240.230.02
HSL357.97º85.51%86.47%-
HSV(B)357.97º23.6%98.04%-
XYZ67.6861.4458.74-
YUV208.87119.05157.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 193 (75.78% from 255) = 30.44%
R=39.43%
G=30.13%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019119300.240.230.02357.9785.5186.47
HexFABFC10181721665656
Octal372277301030272546126126
Binary111110101011111111000001011000101111010110011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFC1; }

 p { color: rgb(250,191,193); }

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

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

 a { background-color: rgb(250,191,193); }

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

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

 span { border-color: rgb(250,191,193); }

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