#FFC1C7

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

Shades of Azalea #FFC1C7

Tints of Azalea #FFC1C7

Color information

#FFC1C7 (or 0xFFC1C7) is unknown color: approx Azalea. HEX triplet: FF, C1 and C7. RGB value is (255,193,199). Sum of RGB (Red+Green+Blue) = 255+193+199=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C7 is #003E38. Grayscale: #D4D4D4. Windows color (decimal): -15929 or 13091327. OLE color: 13091327.

HSL color Cylindrical-coordinate representation of color #FFC1C7: hue angle of 354.19º 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 #FFC1C7 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255193199-
CMYK00.240.220
HSL354.19º100%87.84%-
HSV(B)354.19º24.31%100%-
XYZ70.6263.5262.57-
YUV212.22120.54158.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 193 (75.78% from 255) = 29.83%
BLUE value IS 199 (78.12% from 255) = 30.76%
R=39.41%
G=29.83%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519319900.240.220354.1910087.84
HexFFC1C70181601626458
Octal377301307030260542144130
Binary11111111110000011100011101100010110010110001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1C7; }

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

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

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

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

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

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

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

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