#FFC8C9

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

Shades of Azalea #FFC8C9

Tints of Azalea #FFC8C9

Color information

#FFC8C9 (or 0xFFC8C9) is unknown color: approx Azalea. HEX triplet: FF, C8 and C9. RGB value is (255,200,201). Sum of RGB (Red+Green+Blue) = 255+200+201=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C9 is #003736. Grayscale: #D8D8D8. Windows color (decimal): -14135 or 13224191. OLE color: 13224191.

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

Color convert

RGB255200201-
CMYK00.220.210
HSL358.91º100%89.22%-
HSV(B)358.91º21.57%100%-
XYZ72.4466.7964.33-
YUV216.56119.22155.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 200 (78.52% from 255) = 30.49%
BLUE value IS 201 (78.91% from 255) = 30.64%
R=38.87%
G=30.49%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520020100.220.210358.9110089.22
HexFFC8C90161501676459
Octal377310311026250547144131
Binary11111111110010001100100101011010101010110011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8C9; }

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

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

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

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

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

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

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

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