#F4C1C8

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

Shades of Azalea #F4C1C8

Tints of Azalea #F4C1C8

Color information

#F4C1C8 (or 0xF4C1C8) is unknown color: approx Azalea. HEX triplet: F4, C1 and C8. RGB value is (244,193,200). Sum of RGB (Red+Green+Blue) = 244+193+200=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1C8 is #0B3E37. Grayscale: #D1D1D1. Windows color (decimal): -736824 or 13156852. OLE color: 13156852.

HSL color Cylindrical-coordinate representation of color #F4C1C8: hue angle of 351.76º 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 #F4C1C8 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB244193200-
CMYK00.210.180.04
HSL351.76º69.86%85.69%-
HSV(B)351.76º20.9%95.69%-
XYZ66.861.5463-
YUV209.05122.9152.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.30%
GREEN value IS 193 (75.78% from 255) = 30.30%
BLUE value IS 200 (78.52% from 255) = 31.40%
R=38.30%
G=30.30%
B=31.40%

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
Decimal24419320000.210.180.04351.7669.8685.69
HexF4C1C80151241604656
Octal364301310025224540106126
Binary1111010011000001110010000101011001010010110000010001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C1C8; }

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

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

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

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

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

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

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

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