#F1C7CD

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

Shades of Azalea #F1C7CD

Tints of Azalea #F1C7CD

Color information

#F1C7CD (or 0xF1C7CD) is unknown color: approx Azalea. HEX triplet: F1, C7 and CD. RGB value is (241,199,205). Sum of RGB (Red+Green+Blue) = 241+199+205=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7CD is #0E3832. Grayscale: #D4D4D4. Windows color (decimal): -931891 or 13486065. OLE color: 13486065.

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

Color convert

RGB241199205-
CMYK00.170.150.05
HSL351.43º60%86.27%-
HSV(B)351.43º17.43%94.51%-
XYZ67.7263.9666.53-
YUV212.24123.91148.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.36%
GREEN value IS 199 (78.12% from 255) = 30.85%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=37.36%
G=30.85%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119920500.170.150.05351.436086.27
HexF1C7CD011F515f3c56
Octal36130731502117553774126
Binary11110001110001111100110101000111111011010111111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7CD; }

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

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

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

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

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

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

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

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