#FFC8BB

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

Shades of Your Pink #FFC8BB

Tints of Your Pink #FFC8BB

Color information

#FFC8BB (or 0xFFC8BB) is unknown color: approx Your Pink. HEX triplet: FF, C8 and BB. RGB value is (255,200,187). Sum of RGB (Red+Green+Blue) = 255+200+187=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8BB is #003744. Grayscale: #D7D7D7. Windows color (decimal): -14149 or 12306687. OLE color: 12306687.

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

Color convert

RGB255200187-
CMYK00.220.270
HSL11.47º100%86.67%-
HSV(B)11.47º26.67%100%-
XYZ70.8666.1656.05-
YUV214.96112.22156.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 200 (78.52% from 255) = 31.15%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=39.72%
G=31.15%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520018700.220.27011.4710086.67
HexFFC8BB0161B0b6457
Octal37731027302633013144127
Binary111111111100100010111011010110110110101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8BB; }

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

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

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

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

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

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

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

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