#FFC0C3

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

Shades of Azalea #FFC0C3

Tints of Azalea #FFC0C3

Color information

#FFC0C3 (or 0xFFC0C3) is unknown color: approx Azalea. HEX triplet: FF, C0 and C3. RGB value is (255,192,195). Sum of RGB (Red+Green+Blue) = 255+192+195=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C3 is #003F3C. Grayscale: #D3D3D3. Windows color (decimal): -16189 or 12828927. OLE color: 12828927.

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

Color convert

RGB255192195-
CMYK00.250.240
HSL357.14º100%87.65%-
HSV(B)357.14º24.71%100%-
XYZ69.9462.960.08-
YUV211.18118.87159.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 192 (75.39% from 255) = 29.91%
BLUE value IS 195 (76.56% from 255) = 30.37%
R=39.72%
G=29.91%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519219500.250.240357.1410087.65
HexFFC0C30191801656458
Octal377300303031300545144130
Binary11111111110000001100001101100111000010110010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0C3; }

 p { color: rgb(255,192,195); }

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

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

 a { background-color: rgb(255,192,195); }

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

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

 span { border-color: rgb(255,192,195); }

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