#FFC4C7

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

Shades of Azalea #FFC4C7

Tints of Azalea #FFC4C7

Color information

#FFC4C7 (or 0xFFC4C7) is unknown color: approx Azalea. HEX triplet: FF, C4 and C7. RGB value is (255,196,199). Sum of RGB (Red+Green+Blue) = 255+196+199=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4C7 is #003B38. Grayscale: #D6D6D6. Windows color (decimal): -15161 or 13092095. OLE color: 13092095.

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

Color convert

RGB255196199-
CMYK00.230.220
HSL356.95º100%88.43%-
HSV(B)356.95º23.14%100%-
XYZ71.2964.8662.8-
YUV213.98119.55157.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 196 (76.95% from 255) = 30.15%
BLUE value IS 199 (78.12% from 255) = 30.62%
R=39.23%
G=30.15%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519619900.230.220356.9510088.43
HexFFC4C70171601656458
Octal377304307027260545144130
Binary11111111110001001100011101011110110010110010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4C7; }

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

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

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

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

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

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

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

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