#F8C1C6

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

Shades of Azalea #F8C1C6

Tints of Azalea #F8C1C6

Color information

#F8C1C6 (or 0xF8C1C6) is unknown color: approx Azalea. HEX triplet: F8, C1 and C6. RGB value is (248,193,198). Sum of RGB (Red+Green+Blue) = 248+193+198=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1C6 is #073E39. Grayscale: #D2D2D2. Windows color (decimal): -474682 or 13025784. OLE color: 13025784.

HSL color Cylindrical-coordinate representation of color #F8C1C6: hue angle of 354.55º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C1C6 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248193198-
CMYK00.220.200.03
HSL354.55º79.71%86.47%-
HSV(B)354.55º22.18%97.25%-
XYZ67.9762.1761.84-
YUV210.02121.22155.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 193 (75.78% from 255) = 30.20%
BLUE value IS 198 (77.73% from 255) = 30.99%
R=38.81%
G=30.20%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819319800.220.200.03354.5579.7186.47
HexF8C1C60161431635056
Octal370301306026243543120126
Binary111110001100000111000110010110101001110110001110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1C6; }

 p { color: rgb(248,193,198); }

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

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

 a { background-color: rgb(248,193,198); }

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

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

 span { border-color: rgb(248,193,198); }

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