#FFC4C8

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

Shades of Azalea #FFC4C8

Tints of Azalea #FFC4C8

Color information

#FFC4C8 (or 0xFFC4C8) is unknown color: approx Azalea. HEX triplet: FF, C4 and C8. RGB value is (255,196,200). Sum of RGB (Red+Green+Blue) = 255+196+200=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4C8 is #003B37. Grayscale: #D6D6D6. Windows color (decimal): -15160 or 13157631. OLE color: 13157631.

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

Color convert

RGB255196200-
CMYK00.230.220
HSL355.93º100%88.43%-
HSV(B)355.93º23.14%100%-
XYZ71.4164.9163.41-
YUV214.1120.05157.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 196 (76.95% from 255) = 30.11%
BLUE value IS 200 (78.52% from 255) = 30.72%
R=39.17%
G=30.11%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519620000.230.220355.9310088.43
HexFFC4C80171601646458
Octal377304310027260544144130
Binary11111111110001001100100001011110110010110010011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4C8; }

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

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

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

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

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

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

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

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