#F1C3CA

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

Shades of Azalea #F1C3CA

Tints of Azalea #F1C3CA

Color information

#F1C3CA (or 0xF1C3CA) is unknown color: approx Azalea. HEX triplet: F1, C3 and CA. RGB value is (241,195,202). Sum of RGB (Red+Green+Blue) = 241+195+202=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3CA is #0E3C35. Grayscale: #D1D1D1. Windows color (decimal): -932918 or 13288433. OLE color: 13288433.

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

Color convert

RGB241195202-
CMYK00.190.160.05
HSL350.87º62.16%85.49%-
HSV(B)350.87º19.09%94.51%-
XYZ66.456264.34-
YUV209.55123.74150.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 195 (76.56% from 255) = 30.56%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=37.77%
G=30.56%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119520200.190.160.05350.8762.1685.49
HexF1C3CA01310515f3e55
Octal36130331202320553776125
Binary111100011100001111001010010011100001011010111111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3CA; }

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

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

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

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

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

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

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

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