#F1C3CB

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

Shades of Azalea #F1C3CB

Tints of Azalea #F1C3CB

Color information

#F1C3CB (or 0xF1C3CB) is unknown color: approx Azalea. HEX triplet: F1, C3 and CB. RGB value is (241,195,203). Sum of RGB (Red+Green+Blue) = 241+195+203=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3CB is #0E3C34. Grayscale: #D1D1D1. Windows color (decimal): -932917 or 13353969. OLE color: 13353969.

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

Color convert

RGB241195203-
CMYK00.190.160.05
HSL349.57º62.16%85.49%-
HSV(B)349.57º19.09%94.51%-
XYZ66.5762.0464.97-
YUV209.67124.24150.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.72%
GREEN value IS 195 (76.56% from 255) = 30.52%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=37.72%
G=30.52%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119520300.190.160.05349.5762.1685.49
HexF1C3CB01310515e3e55
Octal36130331302320553676125
Binary111100011100001111001011010011100001011010111101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3CB; }

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

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

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

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

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

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

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

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