#F1C8CA

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

Shades of Azalea #F1C8CA

Tints of Azalea #F1C8CA

Color information

#F1C8CA (or 0xF1C8CA) is unknown color: approx Azalea. HEX triplet: F1, C8 and CA. RGB value is (241,200,202). Sum of RGB (Red+Green+Blue) = 241+200+202=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8CA is #0E3735. Grayscale: #D4D4D4. Windows color (decimal): -931638 or 13289713. OLE color: 13289713.

HSL color Cylindrical-coordinate representation of color #F1C8CA: hue angle of 357.07º degrees, saturation: 0.59, 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 #F1C8CA is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241200202-
CMYK00.170.160.05
HSL357.07º59.42%86.47%-
HSV(B)357.07º17.01%94.51%-
XYZ67.5964.2764.72-
YUV212.49122.08148.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=37.48%
G=31.10%
B=31.42%

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
Decimal24120020200.170.160.05357.0759.4286.47
HexF1C8CA0111051653b56
Octal36131031202120554573126
Binary111100011100100011001010010001100001011011001011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8CA; }

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

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

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

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

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

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

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

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