#F1C7CA

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

Shades of Azalea #F1C7CA

Tints of Azalea #F1C7CA

Color information

#F1C7CA (or 0xF1C7CA) is unknown color: approx Azalea. HEX triplet: F1, C7 and CA. RGB value is (241,199,202). Sum of RGB (Red+Green+Blue) = 241+199+202=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7CA is #0E3835. Grayscale: #D3D3D3. Windows color (decimal): -931894 or 13289457. OLE color: 13289457.

HSL color Cylindrical-coordinate representation of color #F1C7CA: hue angle of 355.71º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C7CA is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241199202-
CMYK00.170.160.05
HSL355.71º60%86.27%-
HSV(B)355.71º17.43%94.51%-
XYZ67.3663.8164.64-
YUV211.9122.41148.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 199 (78.12% from 255) = 31.00%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=37.54%
G=31.00%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119920200.170.160.05355.716086.27
HexF1C7CA0111051643c56
Octal36130731202120554474126
Binary111100011100011111001010010001100001011011001001111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7CA; }

 p { color: rgb(241,199,202); }

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

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

 a { background-color: rgb(241,199,202); }

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

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

 span { border-color: rgb(241,199,202); }

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