#FFC8B6

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

Shades of Your Pink #FFC8B6

Tints of Your Pink #FFC8B6

Color information

#FFC8B6 (or 0xFFC8B6) is unknown color: approx Your Pink. HEX triplet: FF, C8 and B6. RGB value is (255,200,182). Sum of RGB (Red+Green+Blue) = 255+200+182=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8B6 is #003749. Grayscale: #D6D6D6. Windows color (decimal): -14154 or 11979007. OLE color: 11979007.

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

Color convert

RGB255200182-
CMYK00.220.290
HSL14.79º100%85.69%-
HSV(B)14.79º28.63%100%-
XYZ70.3465.9553.28-
YUV214.39109.72156.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 182 (71.48% from 255) = 28.57%
R=40.03%
G=31.40%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520018200.220.29014.7910085.69
HexFFC8B60161D0f6456
Octal37731026602635017144126
Binary111111111100100010110110010110111010111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8B6; }

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

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

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

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

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

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

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

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