#FFC8C2

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

Shades of Your Pink #FFC8C2

Tints of Your Pink #FFC8C2

Color information

#FFC8C2 (or 0xFFC8C2) is unknown color: approx Your Pink. HEX triplet: FF, C8 and C2. RGB value is (255,200,194). Sum of RGB (Red+Green+Blue) = 255+200+194=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C2 is #00373D. Grayscale: #D7D7D7. Windows color (decimal): -14142 or 12765439. OLE color: 12765439.

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

Color convert

RGB255200194-
CMYK00.220.240
HSL5.9º100%88.04%-
HSV(B)5.9º23.92%100%-
XYZ71.6366.4660.09-
YUV215.76115.72155.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 200 (78.52% from 255) = 30.82%
BLUE value IS 194 (76.17% from 255) = 29.89%
R=39.29%
G=30.82%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520019400.220.2405.910088.04
HexFFC8C201618066458
Octal3773103020263006144130
Binary11111111110010001100001001011011000011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8C2; }

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

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

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

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

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

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

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

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