#F4C1C9

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

Shades of Azalea #F4C1C9

Tints of Azalea #F4C1C9

Color information

#F4C1C9 (or 0xF4C1C9) is unknown color: approx Azalea. HEX triplet: F4, C1 and C9. RGB value is (244,193,201). Sum of RGB (Red+Green+Blue) = 244+193+201=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1C9 is #0B3E36. Grayscale: #D1D1D1. Windows color (decimal): -736823 or 13222388. OLE color: 13222388.

HSL color Cylindrical-coordinate representation of color #F4C1C9: hue angle of 350.59º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C1C9 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB244193201-
CMYK00.210.180.04
HSL350.59º69.86%85.69%-
HSV(B)350.59º20.9%95.69%-
XYZ66.9261.5963.62-
YUV209.16123.4152.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.24%
GREEN value IS 193 (75.78% from 255) = 30.25%
BLUE value IS 201 (78.91% from 255) = 31.50%
R=38.24%
G=30.25%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419320100.210.180.04350.5969.8685.69
HexF4C1C901512415f4656
Octal364301311025224537106126
Binary1111010011000001110010010101011001010010101111110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C1C9; }

 p { color: rgb(244,193,201); }

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

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

 a { background-color: rgb(244,193,201); }

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

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

 span { border-color: rgb(244,193,201); }

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