#FFC6B4

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

Shades of Your Pink #FFC6B4

Tints of Your Pink #FFC6B4

Color information

#FFC6B4 (or 0xFFC6B4) is unknown color: approx Your Pink. HEX triplet: FF, C6 and B4. RGB value is (255,198,180). Sum of RGB (Red+Green+Blue) = 255+198+180=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6B4 is #00394B. Grayscale: #D5D5D5. Windows color (decimal): -14668 or 11847423. OLE color: 11847423.

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

Color convert

RGB255198180-
CMYK00.220.290
HSL14.4º100%85.29%-
HSV(B)14.4º29.41%100%-
XYZ69.6764.9452.04-
YUV212.99109.38157.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 198 (77.73% from 255) = 31.28%
BLUE value IS 180 (70.70% from 255) = 28.44%
R=40.28%
G=31.28%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519818000.220.29014.410085.29
HexFFC6B40161D0e6455
Octal37730626402635016144125
Binary111111111100011010110100010110111010111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6B4; }

 p { color: rgb(255,198,180); }

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

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

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

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

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

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

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