#FFC7C9

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

Shades of Azalea #FFC7C9

Tints of Azalea #FFC7C9

Color information

#FFC7C9 (or 0xFFC7C9) is unknown color: approx Azalea. HEX triplet: FF, C7 and C9. RGB value is (255,199,201). Sum of RGB (Red+Green+Blue) = 255+199+201=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7C9 is #003836. Grayscale: #D8D8D8. Windows color (decimal): -14391 or 13223935. OLE color: 13223935.

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

Color convert

RGB255199201-
CMYK00.220.210
HSL357.86º100%89.02%-
HSV(B)357.86º21.96%100%-
XYZ72.2166.3264.25-
YUV215.97119.55155.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 199 (78.12% from 255) = 30.38%
BLUE value IS 201 (78.91% from 255) = 30.69%
R=38.93%
G=30.38%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519920100.220.210357.8610089.02
HexFFC7C90161501666459
Octal377307311026250546144131
Binary11111111110001111100100101011010101010110011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7C9; }

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

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

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

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

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

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

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

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