#F1C0C4

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

Shades of Azalea #F1C0C4

Tints of Azalea #F1C0C4

Color information

#F1C0C4 (or 0xF1C0C4) is unknown color: approx Azalea. HEX triplet: F1, C0 and C4. RGB value is (241,192,196). Sum of RGB (Red+Green+Blue) = 241+192+196=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0C4 is #0E3F3B. Grayscale: #CFCFCF. Windows color (decimal): -933692 or 12894449. OLE color: 12894449.

HSL color Cylindrical-coordinate representation of color #F1C0C4: hue angle of 355.1º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C0C4 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB241192196-
CMYK00.200.190.05
HSL355.1º63.64%84.9%-
HSV(B)355.1º20.33%94.51%-
XYZ65.0960.3960.45-
YUV207.11121.73152.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 196 (76.95% from 255) = 31.16%
R=38.31%
G=30.52%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119219600.200.190.05355.163.6484.9
HexF1C0C40141351634055
Octal361300304024235543100125
Binary1111000111000000110001000101001001110110110001110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0C4; }

 p { color: rgb(241,192,196); }

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

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

 a { background-color: rgb(241,192,196); }

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

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

 span { border-color: rgb(241,192,196); }

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