#FFC3C9

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

Shades of Pink #FFC3C9

Tints of Pink #FFC3C9

Color information

#FFC3C9 (or 0xFFC3C9) is unknown color: approx Pink. HEX triplet: FF, C3 and C9. RGB value is (255,195,201). Sum of RGB (Red+Green+Blue) = 255+195+201=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C9 is #003C36. Grayscale: #D5D5D5. Windows color (decimal): -15415 or 13222911. OLE color: 13222911.

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

Color convert

RGB255195201-
CMYK00.240.210
HSL354º100%88.24%-
HSV(B)354º23.53%100%-
XYZ71.364.5163.95-
YUV213.62120.88157.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 201 (78.91% from 255) = 30.88%
R=39.17%
G=29.95%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519520100.240.21035410088.24
HexFFC3C90181501626458
Octal377303311030250542144130
Binary11111111110000111100100101100010101010110001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3C9; }

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

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

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

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

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

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

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

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