#F1C5CB

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

Shades of Azalea #F1C5CB

Tints of Azalea #F1C5CB

Color information

#F1C5CB (or 0xF1C5CB) is unknown color: approx Azalea. HEX triplet: F1, C5 and CB. RGB value is (241,197,203). Sum of RGB (Red+Green+Blue) = 241+197+203=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5CB is #0E3A34. Grayscale: #D2D2D2. Windows color (decimal): -932405 or 13354481. OLE color: 13354481.

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

Color convert

RGB241197203-
CMYK00.180.160.05
HSL351.82º61.11%85.88%-
HSV(B)351.82º18.26%94.51%-
XYZ67.0262.9565.12-
YUV210.84123.58149.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 197 (77.34% from 255) = 30.73%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=37.60%
G=30.73%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119720300.180.160.05351.8261.1185.88
HexF1C5CB0121051603d56
Octal36130531302220554075126
Binary111100011100010111001011010010100001011011000001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C5CB; }

 p { color: rgb(241,197,203); }

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

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

 a { background-color: rgb(241,197,203); }

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

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

 span { border-color: rgb(241,197,203); }

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