#F1C6CA

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

Shades of Azalea #F1C6CA

Tints of Azalea #F1C6CA

Color information

#F1C6CA (or 0xF1C6CA) is unknown color: approx Azalea. HEX triplet: F1, C6 and CA. RGB value is (241,198,202). Sum of RGB (Red+Green+Blue) = 241+198+202=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6CA is #0E3935. Grayscale: #D3D3D3. Windows color (decimal): -932150 or 13289201. OLE color: 13289201.

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

Color convert

RGB241198202-
CMYK00.180.160.05
HSL354.42º60.56%86.08%-
HSV(B)354.42º17.84%94.51%-
XYZ67.1363.3564.57-
YUV211.31122.75149.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=37.60%
G=30.89%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119820200.180.160.05354.4260.5686.08
HexF1C6CA0121051623d56
Octal36130631202220554275126
Binary111100011100011011001010010010100001011011000101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6CA; }

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

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

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

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

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

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

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

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