#F1CACD

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

Shades of Azalea #F1CACD

Tints of Azalea #F1CACD

Color information

#F1CACD (or 0xF1CACD) is unknown color: approx Azalea. HEX triplet: F1, CA and CD. RGB value is (241,202,205). Sum of RGB (Red+Green+Blue) = 241+202+205=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CACD is #0E3532. Grayscale: #D6D6D6. Windows color (decimal): -931123 or 13486833. OLE color: 13486833.

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

Color convert

RGB241202205-
CMYK00.160.150.05
HSL355.38º58.21%86.86%-
HSV(B)355.38º16.18%94.51%-
XYZ68.4265.3566.77-
YUV214122.92147.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 205 (80.47% from 255) = 31.64%
R=37.19%
G=31.17%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120220500.160.150.05355.3858.2186.86
HexF1CACD010F51633a57
Octal36131231502017554372127
Binary11110001110010101100110101000011111011011000111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CACD; }

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

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

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

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

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

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

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

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