#FFC6B3

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

Shades of Your Pink #FFC6B3

Tints of Your Pink #FFC6B3

Color information

#FFC6B3 (or 0xFFC6B3) is unknown color: approx Your Pink. HEX triplet: FF, C6 and B3. RGB value is (255,198,179). Sum of RGB (Red+Green+Blue) = 255+198+179=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6B3 is #00394C. Grayscale: #D5D5D5. Windows color (decimal): -14669 or 11781887. OLE color: 11781887.

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

Color convert

RGB255198179-
CMYK00.220.300
HSL15º100%85.1%-
HSV(B)15º29.8%100%-
XYZ69.5764.951.51-
YUV212.88108.88158.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 198 (77.73% from 255) = 31.33%
BLUE value IS 179 (70.31% from 255) = 28.32%
R=40.35%
G=31.33%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519817900.220.3001510085.1
HexFFC6B30161E0f6455
Octal37730626302636017144125
Binary111111111100011010110011010110111100111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6B3; }

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

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

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

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

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

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

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

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