#F1C2CA

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

Shades of Azalea #F1C2CA

Tints of Azalea #F1C2CA

Color information

#F1C2CA (or 0xF1C2CA) is unknown color: approx Azalea. HEX triplet: F1, C2 and CA. RGB value is (241,194,202). Sum of RGB (Red+Green+Blue) = 241+194+202=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2CA is #0E3D35. Grayscale: #D0D0D0. Windows color (decimal): -933174 or 13288177. OLE color: 13288177.

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

Color convert

RGB241194202-
CMYK00.200.160.05
HSL349.79º62.67%85.29%-
HSV(B)349.79º19.5%94.51%-
XYZ66.2361.5564.27-
YUV208.96124.07150.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 194 (76.17% from 255) = 30.46%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=37.83%
G=30.46%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119420200.200.160.05349.7962.6785.29
HexF1C2CA01410515e3f55
Octal36130231202420553677125
Binary111100011100001011001010010100100001011010111101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2CA; }

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

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

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

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

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

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

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

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