#F1C8CD

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

Shades of Azalea #F1C8CD

Tints of Azalea #F1C8CD

Color information

#F1C8CD (or 0xF1C8CD) is unknown color: approx Azalea. HEX triplet: F1, C8 and CD. RGB value is (241,200,205). Sum of RGB (Red+Green+Blue) = 241+200+205=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8CD is #0E3732. Grayscale: #D4D4D4. Windows color (decimal): -931635 or 13486321. OLE color: 13486321.

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

Color convert

RGB241200205-
CMYK00.170.150.05
HSL352.68º59.42%86.47%-
HSV(B)352.68º17.01%94.51%-
XYZ67.9564.4266.61-
YUV212.83123.58148.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 200 (78.52% from 255) = 30.96%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=37.31%
G=30.96%
B=31.73%

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
Decimal24120020500.170.150.05352.6859.4286.47
HexF1C8CD011F51613b56
Octal36131031502117554173126
Binary11110001110010001100110101000111111011011000011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8CD; }

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

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

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

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

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

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

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

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