#FFC8C4

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

Shades of Your Pink #FFC8C4

Tints of Your Pink #FFC8C4

Color information

#FFC8C4 (or 0xFFC8C4) is unknown color: approx Your Pink. HEX triplet: FF, C8 and C4. RGB value is (255,200,196). Sum of RGB (Red+Green+Blue) = 255+200+196=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C4 is #00373B. Grayscale: #D8D8D8. Windows color (decimal): -14140 or 12896511. OLE color: 12896511.

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

Color convert

RGB255200196-
CMYK00.220.230
HSL4.07º100%88.43%-
HSV(B)4.07º23.14%100%-
XYZ71.8666.5561.28-
YUV215.99116.72155.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520019600.220.2304.0710088.43
HexFFC8C401617046458
Octal3773103040262704144130
Binary11111111110010001100010001011010111010011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8C4; }

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

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

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

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

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

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

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

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