#FFC1C4

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

Shades of Azalea #FFC1C4

Tints of Azalea #FFC1C4

Color information

#FFC1C4 (or 0xFFC1C4) is unknown color: approx Azalea. HEX triplet: FF, C1 and C4. RGB value is (255,193,196). Sum of RGB (Red+Green+Blue) = 255+193+196=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C4 is #003E3B. Grayscale: #D3D3D3. Windows color (decimal): -15932 or 12894719. OLE color: 12894719.

HSL color Cylindrical-coordinate representation of color #FFC1C4: hue angle of 357.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1C4 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255193196-
CMYK00.240.230
HSL357.1º100%87.84%-
HSV(B)357.1º24.31%100%-
XYZ70.2763.3960.76-
YUV211.88119.04158.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 193 (75.78% from 255) = 29.97%
BLUE value IS 196 (76.95% from 255) = 30.43%
R=39.60%
G=29.97%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519319600.240.230357.110087.84
HexFFC1C40181701656458
Octal377301304030270545144130
Binary11111111110000011100010001100010111010110010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1C4; }

 p { color: rgb(255,193,196); }

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

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

 a { background-color: rgb(255,193,196); }

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

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

 span { border-color: rgb(255,193,196); }

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