#FFC4C4

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

Shades of Your Pink #FFC4C4

Tints of Your Pink #FFC4C4

Color information

#FFC4C4 (or 0xFFC4C4) is unknown color: approx Your Pink. HEX triplet: FF, C4 and C4. RGB value is (255,196,196). Sum of RGB (Red+Green+Blue) = 255+196+196=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4C4 is #003B3B. Grayscale: #D5D5D5. Windows color (decimal): -15164 or 12895487. OLE color: 12895487.

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

Color convert

RGB255196196-
CMYK00.230.230
HSL100%88.43%-
HSV(B)23.14%100%-
XYZ70.9464.7360.98-
YUV213.64118.05157.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 196 (76.95% from 255) = 30.29%
BLUE value IS 196 (76.95% from 255) = 30.29%
R=39.41%
G=30.29%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519619600.230.230010088.43
HexFFC4C401717006458
Octal3773043040272700144130
Binary111111111100010011000100010111101110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4C4; }

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

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

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

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

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

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

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

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